Bump Terraform version in travis
This commit is contained in:
parent
fc584c2a48
commit
47cec4d211
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ python:
|
||||||
- '3.9'
|
- '3.9'
|
||||||
before_install: sudo apt-get install unzip
|
before_install: sudo apt-get install unzip
|
||||||
before_script:
|
before_script:
|
||||||
- export TFVER=0.10.0
|
- export TFVER=0.13.4
|
||||||
- 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