We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd3791 commit d3f3370Copy full SHA for d3f3370
.devcontainer/devcontainer.json
@@ -26,10 +26,11 @@
26
// Adds and configures Terraform with specific version, TFLint, and Terragrunt.
27
"ghcr.io/prulloac/devcontainer-features/pre-commit:1.0.3": {},
28
29
- "ghcr.io/devcontainers/features/terraform:1": {
+ "ghcr.io/devcontainers/features/terraform:1.3.8": {
30
"version": "latest", // Specifies the version of Terraform to install.
31
"tflint": "latest", // Specifies the version of TFLint to install.
32
- "terragrunt": "latest" // Specifies the version of Terragrunt to install.
+ "terragrunt": "latest", // Specifies the version of Terragrunt to install.
33
+ "installTerraformDocs": true
34
}
35
},
36
"postCreateCommand": "pre-commit install",
0 commit comments