Skip to content

Commit d3f3370

Browse files
authored
Update devcontainer.json - Added TFDocs
Added TFDocs support
1 parent cdd3791 commit d3f3370

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
// Adds and configures Terraform with specific version, TFLint, and Terragrunt.
2727
"ghcr.io/prulloac/devcontainer-features/pre-commit:1.0.3": {},
2828
// Adds and configures Terraform with specific version, TFLint, and Terragrunt.
29-
"ghcr.io/devcontainers/features/terraform:1": {
29+
"ghcr.io/devcontainers/features/terraform:1.3.8": {
3030
"version": "latest", // Specifies the version of Terraform to install.
3131
"tflint": "latest", // Specifies the version of TFLint to install.
32-
"terragrunt": "latest" // Specifies the version of Terragrunt to install.
32+
"terragrunt": "latest", // Specifies the version of Terragrunt to install.
33+
"installTerraformDocs": true
3334
}
3435
},
3536
"postCreateCommand": "pre-commit install",

0 commit comments

Comments
 (0)