File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 23
23
"ghcr.io/rchaganti/vsc-devcontainer-features/azurebicep:latest" : {},
24
24
// Adds Azure Developer CLI (azd) support.
25
25
"ghcr.io/azure/azure-dev/azd:latest" : {},
26
+ // Adds and configures Terraform with specific version, TFLint, and Terragrunt.
27
+ "ghcr.io/prulloac/devcontainer-features/pre-commit:1.0.3" : {},
26
28
// Adds and configures Terraform with specific version, TFLint, and Terragrunt.
27
29
"ghcr.io/devcontainers/features/terraform:1" : {
28
30
"version" : " latest" , // Specifies the version of Terraform to install.
29
31
"tflint" : " latest" , // Specifies the version of TFLint to install.
30
32
"terragrunt" : " latest" // Specifies the version of Terragrunt to install.
31
33
}
32
34
},
35
+ "postCreateCommand" : " pre-commit install" ,
33
36
34
37
// "customizations" section allows configuring specific aspects of the development environment, such as VS Code settings and extensions.
35
38
"customizations" : {
You can’t perform that action at this time.
0 commit comments