Phorcys e58fd5d5da
chore: remove verified tag on community modules (#555)
## 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
2025-11-20 14:32:52 +05:00
..

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
ide
web

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
}

Airflow