File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A module that adds Apache Airflow in your Coder template.
15
15
``` tf
16
16
module "airflow" {
17
17
source = "registry.coder.com/modules/apache-airflow/coder"
18
- version = "1.0.2 "
18
+ version = "1.0.13 "
19
19
agent_id = coder_agent.example.id
20
20
}
21
21
```
@@ -31,7 +31,7 @@ Install the Dracula theme from [OpenVSX](https://open-vsx.org/):
31
31
``` tf
32
32
module "airflow" {
33
33
source = "registry.coder.com/modules/apache-airflow/coder"
34
- version = "1.0.2 "
34
+ version = "1.0.13 "
35
35
agent_id = coder_agent.example.id
36
36
extensions = [
37
37
"dracula-theme.theme-dracula"
@@ -48,7 +48,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte
48
48
``` tf
49
49
module "airflow" {
50
50
source = "registry.coder.com/modules/apache-airflow/coder"
51
- version = "1.0.2 "
51
+ version = "1.0.13 "
52
52
agent_id = coder_agent.example.id
53
53
extensions = ["dracula-theme.theme-dracula"]
54
54
settings = {
@@ -64,7 +64,7 @@ Run code-server in the background, don't fetch it from GitHub:
64
64
``` tf
65
65
module "airflow" {
66
66
source = "registry.coder.com/modules/apache-airflow/coder"
67
- version = "1.0.2 "
67
+ version = "1.0.13 "
68
68
agent_id = coder_agent.example.id
69
69
offline = true
70
70
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
14
14
``` tf
15
15
module "jetbrains_gateway" {
16
16
source = "registry.coder.com/modules/jetbrains-gateway/coder"
17
- version = "1.0.12 "
17
+ version = "1.0.13 "
18
18
agent_id = coder_agent.example.id
19
19
agent_name = "example"
20
20
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
32
32
``` tf
33
33
module "jetbrains_gateway" {
34
34
source = "registry.coder.com/modules/jetbrains-gateway/coder"
35
- version = "1.0.12 "
35
+ version = "1.0.13 "
36
36
agent_id = coder_agent.example.id
37
37
agent_name = "example"
38
38
folder = "/home/coder/example"
@@ -46,7 +46,7 @@ module "jetbrains_gateway" {
46
46
``` tf
47
47
module "jetbrains_gateway" {
48
48
source = "registry.coder.com/modules/jetbrains-gateway/coder"
49
- version = "1.0.12 "
49
+ version = "1.0.13 "
50
50
agent_id = coder_agent.example.id
51
51
agent_name = "example"
52
52
folder = "/home/coder/example"
@@ -61,7 +61,7 @@ module "jetbrains_gateway" {
61
61
``` tf
62
62
module "jetbrains_gateway" {
63
63
source = "registry.coder.com/modules/jetbrains-gateway/coder"
64
- version = "1.0.12 "
64
+ version = "1.0.13 "
65
65
agent_id = coder_agent.example.id
66
66
agent_name = "example"
67
67
folder = "/home/coder/example"
You can’t perform that action at this time.
0 commit comments