roll back terraform version

This commit is contained in:
beelit94 2019-06-20 23:22:28 -07:00
parent 172ab6b509
commit 0a7162a5ce

View file

@ -5,7 +5,7 @@ python:
- '3.6' - '3.6'
before_install: sudo apt-get install unzip before_install: sudo apt-get install unzip
before_script: before_script:
- export TFVER=0.12.1 - export TFVER=0.10.0
- export TFURL=https://releases.hashicorp.com/terraform/ - export TFURL=https://releases.hashicorp.com/terraform/
- TFURL+=$TFVER - TFURL+=$TFVER
- TFURL+="/terraform_" - TFURL+="/terraform_"