Skip to content

Commit 110c3b7

Browse files
Upgraded to latest version of Terraform
1 parent 3994949 commit 110c3b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/setup.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apt-get install -y \
2222
unzip \
2323
wget
2424

25-
wget https://releases.hashicorp.com/terraform/0.11.8/terraform_0.11.8_linux_amd64.zip
26-
unzip terraform_0.11.8_linux_amd64.zip
25+
wget https://releases.hashicorp.com/terraform/0.11.10/terraform_0.11.10_linux_amd64.zip
26+
unzip terraform_0.11.10_linux_amd64.zip
2727
mv terraform ~/.local/bin
28-
rm terraform_0.11.8_linux_amd64.zip
28+
rm terraform_0.11.10_linux_amd64.zip

0 commit comments

Comments
 (0)