Skip to content

Commit

Permalink
adding Circleci new variable for Ref Arch terraform version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Nov 3, 2021
1 parent e276143 commit baeedd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
# Install terraform
sudo apt-get install unzip curl
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
wget https://releases.hashicorp.com/terraform/${TERRAFORM_VER}/terraform_${TERRAFORM_VER}_linux_amd64.zip
unzip terraform_${TERRAFORM_VER}_linux_amd64.zip
wget https://releases.hashicorp.com/terraform/${TERRAFORM_VER_REF_ARCH}/terraform_${TERRAFORM_VER_REF_ARCH}_linux_amd64.zip
unzip terraform_${TERRAFORM_VER_REF_ARCH}_linux_amd64.zip
sudo mv terraform /usr/local/bin/
terraform --version
#
Expand Down

0 comments on commit baeedd7

Please sign in to comment.