From 29d1f88176e595ed9741dd06a51e36f52943b852 Mon Sep 17 00:00:00 2001 From: exequielrafaela Date: Wed, 20 Jan 2021 09:07:05 -0300 Subject: [PATCH] BBL-424 | updating examples to use tf 0.12.28 terraform-slim image --- .../Makefile | 4 ++-- .../cloudwatch-billing-alert-to-new-sns-with-acct-id/Makefile | 4 ++-- .../Makefile | 4 ++-- .../Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/cloudwatch-billing-alert-to-new-sns-consolidated-acct/Makefile b/examples/cloudwatch-billing-alert-to-new-sns-consolidated-acct/Makefile index e288737..58ab331 100644 --- a/examples/cloudwatch-billing-alert-to-new-sns-consolidated-acct/Makefile +++ b/examples/cloudwatch-billing-alert-to-new-sns-consolidated-acct/Makefile @@ -9,11 +9,11 @@ LOCAL_OS_AWS_CONF_DIR := ~/.aws TF_PWD_DIR := $(shell pwd) TF_PWD_CONT_DIR := "/go/src/project/" TF_PWD_CONFIG_DIR := $(shell cd .. && cd config && pwd) -TF_VER := 0.11.14 +TF_VER := 0.12.28 TF_DOCKER_BACKEND_CONF_VARS_FILE := /config/backend.config TF_DOCKER_MAIN_CONF_VARS_FILE := /config/main.config TF_DOCKER_ENTRYPOINT := /usr/local/go/bin/terraform -TF_DOCKER_IMAGE := binbash/terraform-resources +TF_DOCKER_IMAGE := binbash/terraform-awscli-slim define TF_CMD_PREFIX docker run --rm \ diff --git a/examples/cloudwatch-billing-alert-to-new-sns-with-acct-id/Makefile b/examples/cloudwatch-billing-alert-to-new-sns-with-acct-id/Makefile index e288737..58ab331 100644 --- a/examples/cloudwatch-billing-alert-to-new-sns-with-acct-id/Makefile +++ b/examples/cloudwatch-billing-alert-to-new-sns-with-acct-id/Makefile @@ -9,11 +9,11 @@ LOCAL_OS_AWS_CONF_DIR := ~/.aws TF_PWD_DIR := $(shell pwd) TF_PWD_CONT_DIR := "/go/src/project/" TF_PWD_CONFIG_DIR := $(shell cd .. && cd config && pwd) -TF_VER := 0.11.14 +TF_VER := 0.12.28 TF_DOCKER_BACKEND_CONF_VARS_FILE := /config/backend.config TF_DOCKER_MAIN_CONF_VARS_FILE := /config/main.config TF_DOCKER_ENTRYPOINT := /usr/local/go/bin/terraform -TF_DOCKER_IMAGE := binbash/terraform-resources +TF_DOCKER_IMAGE := binbash/terraform-awscli-slim define TF_CMD_PREFIX docker run --rm \ diff --git a/examples/cloudwatch-billing-alert-to-pre-existing-sns-consolidated-acct/Makefile b/examples/cloudwatch-billing-alert-to-pre-existing-sns-consolidated-acct/Makefile index e288737..58ab331 100644 --- a/examples/cloudwatch-billing-alert-to-pre-existing-sns-consolidated-acct/Makefile +++ b/examples/cloudwatch-billing-alert-to-pre-existing-sns-consolidated-acct/Makefile @@ -9,11 +9,11 @@ LOCAL_OS_AWS_CONF_DIR := ~/.aws TF_PWD_DIR := $(shell pwd) TF_PWD_CONT_DIR := "/go/src/project/" TF_PWD_CONFIG_DIR := $(shell cd .. && cd config && pwd) -TF_VER := 0.11.14 +TF_VER := 0.12.28 TF_DOCKER_BACKEND_CONF_VARS_FILE := /config/backend.config TF_DOCKER_MAIN_CONF_VARS_FILE := /config/main.config TF_DOCKER_ENTRYPOINT := /usr/local/go/bin/terraform -TF_DOCKER_IMAGE := binbash/terraform-resources +TF_DOCKER_IMAGE := binbash/terraform-awscli-slim define TF_CMD_PREFIX docker run --rm \ diff --git a/examples/cloudwatch-billing-alert-to-pre-existing-sns-with-acct-id/Makefile b/examples/cloudwatch-billing-alert-to-pre-existing-sns-with-acct-id/Makefile index e288737..58ab331 100644 --- a/examples/cloudwatch-billing-alert-to-pre-existing-sns-with-acct-id/Makefile +++ b/examples/cloudwatch-billing-alert-to-pre-existing-sns-with-acct-id/Makefile @@ -9,11 +9,11 @@ LOCAL_OS_AWS_CONF_DIR := ~/.aws TF_PWD_DIR := $(shell pwd) TF_PWD_CONT_DIR := "/go/src/project/" TF_PWD_CONFIG_DIR := $(shell cd .. && cd config && pwd) -TF_VER := 0.11.14 +TF_VER := 0.12.28 TF_DOCKER_BACKEND_CONF_VARS_FILE := /config/backend.config TF_DOCKER_MAIN_CONF_VARS_FILE := /config/main.config TF_DOCKER_ENTRYPOINT := /usr/local/go/bin/terraform -TF_DOCKER_IMAGE := binbash/terraform-resources +TF_DOCKER_IMAGE := binbash/terraform-awscli-slim define TF_CMD_PREFIX docker run --rm \