Use 0.12.1

This commit is contained in:
Andrew Svoboda
2019-06-08 11:13:34 +01:00
parent 739019d47a
commit 5b80450fd7

View File

@@ -8,7 +8,7 @@ jobs:
- run:
name: Download and Install Terraform
command: |
wget -O terraform.zip https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_linux_amd64.zip
wget -O terraform.zip https://releases.hashicorp.com/terraform/0.12.1/terraform_0.12.1_linux_amd64.zip
unzip terraform.zip
sudo mv terraform /usr/local/bin/terraform