Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// Adds and configures Terraform with specific version, TFLint, and Terragrunt.
"ghcr.io/prulloac/devcontainer-features/pre-commit:1.0.3": {},
// Adds and configures Terraform with specific version, TFLint, and Terragrunt.
"ghcr.io/devcontainers/features/terraform:1.4.0": {
"ghcr.io/devcontainers/features/terraform:1.4.2": {
"version": "latest", // Specifies the version of Terraform to install.
"tflint": "latest", // Specifies the version of TFLint to install.
"terragrunt": "latest", // Specifies the version of Terragrunt to install.
Expand Down