## Description <!-- Briefly describe what this PR does and why --> ## Type of Change - [ ] New module - [ ] New template - [x] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Testing & Validation - [ ] Tests pass (`bun test`) - [ ] Code formatted (`bun fmt`) - [ ] Changes tested locally
| display_name | description | icon | maintainer_github | verified | tags | |||
|---|---|---|---|---|---|---|---|---|
| airflow | A module that adds Apache Airflow in your Coder template | ../../../../.icons/airflow.svg | nataindata | false |
|
airflow
A module that adds Apache Airflow in your Coder template.
module "airflow" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/nataindata/apache-airflow/coder"
version = "1.0.14"
agent_id = coder_agent.main.id
}
