Skip to content

Commit d2f7eac

Browse files
authored
Update devcontainer.json
1 parent f9bfcbd commit d2f7eac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,16 @@
2323
"ghcr.io/rchaganti/vsc-devcontainer-features/azurebicep:latest": {},
2424
// Adds Azure Developer CLI (azd) support.
2525
"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": {},
2628
// Adds and configures Terraform with specific version, TFLint, and Terragrunt.
2729
"ghcr.io/devcontainers/features/terraform:1": {
2830
"version": "latest", // Specifies the version of Terraform to install.
2931
"tflint": "latest", // Specifies the version of TFLint to install.
3032
"terragrunt": "latest" // Specifies the version of Terragrunt to install.
3133
}
3234
},
35+
"postCreateCommand": "pre-commit install",
3336

3437
// "customizations" section allows configuring specific aspects of the development environment, such as VS Code settings and extensions.
3538
"customizations": {

0 commit comments

Comments
 (0)