Skip to content

Commit

Permalink
tf 0.13 dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Aug 9, 2020
1 parent e663c67 commit 88017ad
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions infra/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

SHELL := /usr/bin/env bash # Make will use bash instead of sh
TERRAFORM_VERSION := 0.12.29
TERRAFORM_VERSION := 0.13.0-rc1
CLOUD_SDK_VERSION := 304.0.0
GSUITE_PROVIDER_VERSION := 0.1.22
TERRAFORM_DOCS_VERSION := 0.6.0
Expand All @@ -27,11 +27,10 @@ PACKER_VERSION := 1.4.4
TERRAGRUNT_VERSION := 0.23.25
KUSTOMIZE_VERSION := 3.6.0

DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 0.12.0
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 0.13.0
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS = $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
DOCKER_IMAGE_DEVELOPER_TOOLS_JENKINS := cft/developer-tools-jenkins
REGISTRY_URL := gcr.io/cloud-foundation-cicd
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools-tf13
DOCKER_IMAGE_DEVELOPER_TOOLS_JENKINS := cft/developer-tools-jenkins-tf13


.PHONY: build-image-developer-tools
Expand Down

0 comments on commit 88017ad

Please sign in to comment.