roll back terraform version
This commit is contained in:
parent
172ab6b509
commit
0a7162a5ce
1 changed files with 1 additions and 1 deletions
|
@ -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_"
|
||||||
|
|
Loading…
Reference in a new issue