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 83b654b866
commit e4070b7f41
No known key found for this signature in database
GPG Key ID: AA7D460F5C8377AA
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..."