Skip to content

Commit

Permalink
terraform: update installed version used to 1.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Nov 19, 2021
1 parent be30a93 commit e5edffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ codecgen-*.generated.go
**/structs.generated.go
GNUMakefile.local

# Terraform state and locking files.
.terraform
*.tfstate*
.terraform.lock.hcl

rkt-*

./idea
Expand Down
2 changes: 1 addition & 1 deletion terraform/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit e5edffe

Please sign in to comment.