From f359272434e56c83d7c355565131ce0175026e7f Mon Sep 17 00:00:00 2001 From: Sonny Garcia Date: Mon, 9 Dec 2019 15:10:11 -0500 Subject: [PATCH] uses latest terraform version walk along the razor's edge...push it to the limit! --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f1d48e..143f9e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: CLOUDSDK_CORE_PROJECT: domino-eng-platform-dev CLOUDSDK_COMPUTE_ZONE: us-west1-a GOOGLE_APPLICATION_CREDENTIALS: /root/.config/gcloud/legacy_credentials/terraform-gke-test@domino-eng-platform-dev.iam.gserviceaccount.com/adc.json - TERRAFORM_VERSION: 0.12.12 + TERRAFORM_VERSION: 0.12.17 steps: - checkout