From 99f45cc6d942ba856362bf8e2ef4cc191e37cf8c Mon Sep 17 00:00:00 2001 From: ksaito1125 Date: Mon, 20 Feb 2023 00:01:15 +0000 Subject: [PATCH] Terraform: Remove unused variable GPG_OPTS (#435) --- src/terraform/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/terraform/install.sh b/src/terraform/install.sh index 20b9aba19..5208306bf 100755 --- a/src/terraform/install.sh +++ b/src/terraform/install.sh @@ -29,8 +29,6 @@ TFLINT_GPG_KEY_URI="https://raw.githubusercontent.com/terraform-linters/tflint/m GPG_KEY_SERVERS="keyserver hkps://keyserver.ubuntu.com keyserver hkps://keys.openpgp.org keyserver hkps://keyserver.pgp.com" -GPG_OPTS="" -if [ "${http_proxy}" != "" ]; then GPG_OPTS="--keyserver-options http-proxy=$http_proxy"; fi architecture="$(uname -m)" case ${architecture} in