Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

corrected path in README.md to point to modules/apache-airflow #236

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions apache-airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ A module that adds Apache Airflow in your Coder template.

```tf
module "airflow" {
source = "registry.coder.com/modules/airflow/coder"
version = "1.0.2"
source = "registry.coder.com/modules/apache-airflow/coder"
version = "1.0.2"
agent_id = coder_agent.example.id
}
```

Expand All @@ -28,7 +29,7 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/):

```tf
module "airflow" {
source = "registry.coder.com/modules/airflow/coder"
source = "registry.coder.com/modules/apache-airflow/coder"
version = "1.0.2"
agent_id = coder_agent.example.id
extensions = [
Expand All @@ -45,7 +46,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte

```tf
module "airflow" {
source = "registry.coder.com/modules/airflow/coder"
source = "registry.coder.com/modules/apache-airflow/coder"
version = "1.0.2"
agent_id = coder_agent.example.id
extensions = ["dracula-theme.theme-dracula"]
Expand All @@ -61,7 +62,7 @@ Run code-server in the background, don't fetch it from GitHub:

```tf
module "airflow" {
source = "registry.coder.com/modules/airflow/coder"
source = "registry.coder.com/modules/apache-airflow/coder"
version = "1.0.2"
agent_id = coder_agent.example.id
offline = true
Expand Down
263 changes: 263 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"bun-types": "^1.0.18",
"gray-matter": "^4.0.3",
"marked": "^12.0.0",
"prettier": "^3.2.5",
"prettier-plugin-sh": "^0.13.1",
"prettier-plugin-terraform-formatter": "^1.2.1"
},
Expand All @@ -23,4 +24,4 @@
"prettier-plugin-terraform-formatter"
]
}
}
}