mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
terraform: update installed version used to 1.0.11.
This commit is contained in:
2
terraform/Vagrantfile
vendored
2
terraform/Vagrantfile
vendored
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user