mirror of https://github.com/status-im/consul.git
consul upgraded to 1.0.0 in terraform scripts (#3588)
This commit is contained in:
parent
3b280ead55
commit
516e2efae8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue