Skip to content

Commit eb4fc14

Browse files
author
Damien Aicheh
committed
feat: Add Terraform to the devcontainer.
1 parent b9d336a commit eb4fc14

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"version":"latest"
1111
},
1212

13+
//Terraform + tflint install
14+
"ghcr.io/devcontainers/features/terraform:latest":{
15+
"version":"latest",
16+
"tflint":"latest"
17+
},
18+
1319
// //Azure Function Core tools + Visual Studio Extension install
1420
"ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1":{},
1521

@@ -37,7 +43,9 @@
3743
"azurite.azurite",
3844
//Language related extensions
3945
"ms-dotnettools.csharp",
40-
"ms-python.python"
46+
"ms-python.python",
47+
// Terraform
48+
"hashicorp.terraform"
4149
]
4250
}
4351
},

0 commit comments

Comments
 (0)