We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d336a commit eb4fc14Copy full SHA for eb4fc14
.devcontainer/devcontainer.json
@@ -10,6 +10,12 @@
10
"version":"latest"
11
},
12
13
+ //Terraform + tflint install
14
+ "ghcr.io/devcontainers/features/terraform:latest":{
15
+ "version":"latest",
16
+ "tflint":"latest"
17
+ },
18
+
19
// //Azure Function Core tools + Visual Studio Extension install
20
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1":{},
21
@@ -37,7 +43,9 @@
37
43
"azurite.azurite",
38
44
//Language related extensions
39
45
"ms-dotnettools.csharp",
40
- "ms-python.python"
46
+ "ms-python.python",
47
+ // Terraform
48
+ "hashicorp.terraform"
41
49
]
42
50
}
51
0 commit comments