Bump Terraform version in travis

This commit is contained in:
aubustou 2020-10-20 00:24:16 +02:00
parent fc584c2a48
commit 47cec4d211

View file

@ -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_"