diff options
author | Kazuma Watanabe <watassbass@gmail.com> | 2023-07-06 20:23:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 20:23:36 +0300 |
commit | c4ffeebdacc3c7c020ee7c286aae88959aa91671 (patch) | |
tree | a66c10af00c1403adbb1aaf985f2a7f5226a9135 /src/terraform/install.sh | |
parent | 300814be97eaa5b7780886bd2eb37e96b523b3e7 (diff) |
Pin version of TFLint's GPG key URL (#605)feature_terraform_1.3.3
Diffstat (limited to 'src/terraform/install.sh')
-rwxr-xr-x | src/terraform/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terraform/install.sh b/src/terraform/install.sh index 81682e8..82e3e8d 100755 --- a/src/terraform/install.sh +++ b/src/terraform/install.sh @@ -27,7 +27,7 @@ TFSEC_SHA256="${TFSEC_SHA256:-"automatic"}" TERRAFORM_DOCS_SHA256="${TERRAFORM_DOCS_SHA256:-"automatic"}" TERRAFORM_GPG_KEY="72D7468F" -TFLINT_GPG_KEY_URI="https://raw.githubusercontent.com/terraform-linters/tflint/master/8CE69160EB3F2FE9.key" +TFLINT_GPG_KEY_URI="https://raw.githubusercontent.com/terraform-linters/tflint/v0.46.1/8CE69160EB3F2FE9.key" GPG_KEY_SERVERS="keyserver hkps://keyserver.ubuntu.com keyserver hkps://keys.openpgp.org keyserver hkps://keyserver.pgp.com" |