terraform: update installed version used to 1.0.11.

This commit is contained in:
James Rasell
2021-11-19 09:33:11 +01:00
parent be30a930b3
commit e5edffef68
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -67,8 +67,11 @@ codecgen-*.generated.go
**/structs.generated.go
GNUMakefile.local
# Terraform state and locking files.
.terraform
*.tfstate*
.terraform.lock.hcl
rkt-*
./idea

View File

@@ -10,7 +10,7 @@ Vagrant.configure(2) do |config|
PACKERVERSION=1.1.2
PACKERDOWNLOAD=https://releases.hashicorp.com/packer/${PACKERVERSION}/packer_${PACKERVERSION}_linux_amd64.zip
TERRAFORMVERSION=0.11.0
TERRAFORMVERSION=1.0.11
TERRAFORMDOWNLOAD=https://releases.hashicorp.com/terraform/${TERRAFORMVERSION}/terraform_${TERRAFORMVERSION}_linux_amd64.zip
echo "Dependencies..."