terraform: update installed version used to 1.0.11.
This commit is contained in:
parent
83b654b866
commit
e4070b7f41
|
@ -67,8 +67,11 @@ codecgen-*.generated.go
|
|||
**/structs.generated.go
|
||||
GNUMakefile.local
|
||||
|
||||
# Terraform state and locking files.
|
||||
.terraform
|
||||
*.tfstate*
|
||||
.terraform.lock.hcl
|
||||
|
||||
rkt-*
|
||||
|
||||
./idea
|
||||
|
|
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue