diff options
author | Alexander Smolyakov <v-asmoliakov@microsoft.com> | 2023-10-04 20:00:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 20:00:11 +0300 |
commit | 90a9b1d6044235ab84af99922cb45b7e3093f4cd (patch) | |
tree | d355f2b3537cfcd0e33a2934d8841612b4035473 /src/terraform/devcontainer-feature.json | |
parent | c3f9105048bf96b51c321f665bdc7990fdd4fc1e (diff) |
[terraform] Update retry logic to handle DNS-related errors more gracefully (#713)feature_terraform_1.3.5
* [terraform] Update retry logic
- Add `dnsutils` package to dependencies
- Update retry logic to handle DNS-related errors more gracefully
* Update install.sh
* Bump version
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 119b433..51fb9a2 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "terraform", - "version": "1.3.4", + "version": "1.3.5", "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.", |