diff options
Diffstat (limited to 'src/terraform')
-rw-r--r-- | src/terraform/devcontainer-feature.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index dad34d3..534a9af 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "terraform", - "version": "1.0.1", + "version": "1.0.2", "name": "Terraform, tflint, and TFGrunt", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform", "description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.", "options": { "version": { |