diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2849c79..ecba322 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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.