From f345216ffa6e51aa58f087bd91c27eca6485d915 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 3 Oct 2021 00:49:06 -0400 Subject: [PATCH] testdrive: update terraformVersion Signed-off-by: Rui Chen --- testdrive/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdrive/utils.go b/testdrive/utils.go index eb7a9c9fc4..2edafec1bb 100644 --- a/testdrive/utils.go +++ b/testdrive/utils.go @@ -35,7 +35,7 @@ import ( ) const hashicorpReleasesURL = "https://releases.hashicorp.com" -const terraformVersion = "0.10.8" +const terraformVersion = "1.0.8" const ngrokDownloadURL = "https://bin.equinox.io/c/4VmDzA7iaHb" const ngrokAPIURL = "localhost:41414" // We hope this isn't used. const atlantisPort = 4141