consul upgraded to 1.0.0 in terraform scripts (#3588)

This commit is contained in:
Kuba Tyszko 2017-10-18 10:08:25 -07:00 committed by James Phillips
parent 2bae3b6c12
commit 08fe453e2b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ fi
echo "Fetching Consul..."
CONSUL=0.9.3
CONSUL=1.0.0
cd /tmp
wget https://releases.hashicorp.com/consul/${CONSUL}/consul_${CONSUL}_linux_amd64.zip -O consul.zip --quiet