Skip to content

Commit c4ffeeb

Browse files
authored
Pin version of TFLint's GPG key URL (#605)
1 parent 300814b commit c4ffeeb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/terraform/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "terraform",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"name": "Terraform, tflint, and TFGrunt",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform",
66
"description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.",
@@ -74,4 +74,4 @@
7474
"installsAfter": [
7575
"ghcr.io/devcontainers/features/common-utils"
7676
]
77-
}
77+
}

src/terraform/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TFSEC_SHA256="${TFSEC_SHA256:-"automatic"}"
2727
TERRAFORM_DOCS_SHA256="${TERRAFORM_DOCS_SHA256:-"automatic"}"
2828

2929
TERRAFORM_GPG_KEY="72D7468F"
30-
TFLINT_GPG_KEY_URI="https://raw.githubusercontent.com/terraform-linters/tflint/master/8CE69160EB3F2FE9.key"
30+
TFLINT_GPG_KEY_URI="https://raw.githubusercontent.com/terraform-linters/tflint/v0.46.1/8CE69160EB3F2FE9.key"
3131
GPG_KEY_SERVERS="keyserver hkps://keyserver.ubuntu.com
3232
keyserver hkps://keys.openpgp.org
3333
keyserver hkps://keyserver.pgp.com"

0 commit comments

Comments
 (0)