Skip to content

Commit

Permalink
BBL-424 | updating examples to use tf 0.12.28 terraform-slim image
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Jan 20, 2021
1 parent b8da33b commit 29d1f88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 29d1f88

Please sign in to comment.