diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-12-21 20:11:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 20:11:10 +0300 |
commit | 48678001d1e910477390c475165564a38936b058 (patch) | |
tree | 01b0bd3db1e8b534a27fa34150f69576617a02d0 /src/terraform/devcontainer-feature.json | |
parent | 42e5a013cc914f87d0ff7bf613a1f80d9ff57579 (diff) |
Terraform: Update GPG_KEY_SERVERS (#353)
* Terraform: Update GPG_KEY_SERVERS
* add check
Diffstat (limited to 'src/terraform/devcontainer-feature.json')
-rw-r--r-- | src/terraform/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index 66e53f0..490a05b 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "terraform", - "version": "1.1.0", + "version": "1.1.1", "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.", |