From 0a7162a5ceb539544aa7f90676998a7a7fbae93a Mon Sep 17 00:00:00 2001 From: beelit94 Date: Thu, 20 Jun 2019 23:22:28 -0700 Subject: [PATCH] roll back terraform version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 212ef0d..bb62e9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - '3.6' before_install: sudo apt-get install unzip before_script: - - export TFVER=0.12.1 + - export TFVER=0.10.0 - export TFURL=https://releases.hashicorp.com/terraform/ - TFURL+=$TFVER - TFURL+="/terraform_"