Skip to content

Commit

Permalink
Terraform: Remove unused variable GPG_OPTS (devcontainers#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaito1125 committed Feb 20, 2023
1 parent ea03d36 commit 99f45cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/terraform/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99f45cc

Please sign in to comment.