From f91123778c089db142a0460ae292945ee8e2c377 Mon Sep 17 00:00:00 2001 From: Rob Morgan Date: Fri, 21 Jun 2019 17:52:36 +0200 Subject: [PATCH] bump tf ver on circleci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cfa1109..131521a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ defaults: &defaults GRUNTWORK_INSTALLER_VERSION: v0.0.21 TERRATEST_LOG_PARSER_VERSION: v0.13.24 MODULE_CI_VERSION: v0.13.3 - TERRAFORM_VERSION: 0.11.8 + TERRAFORM_VERSION: 0.12.1 TERRAGRUNT_VERSION: NONE PACKER_VERSION: NONE GOLANG_VERSION: 1.11.2 @@ -99,4 +99,4 @@ workflows: - build - test: requires: - - build \ No newline at end of file + - build