From 0925156d332607eddc381597565e3b10a8b4310a Mon Sep 17 00:00:00 2001 From: Sebastian Trebitz Date: Wed, 4 Nov 2020 22:24:41 +0100 Subject: [PATCH] update Terraform to version 0.13.5 - update Google CLoud SDK to version 316.0.0 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2eb454b..5ef2e5b 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,10 @@ DOCKER_IMAGE_OWNER := nephosolutions DOCKER_IMAGE_NAME := terraform ALPINE_VERSION := 3.12 -GCLOUD_SDK_VERSION := 302.0.0 +GCLOUD_SDK_VERSION := 316.0.0 GIT_CRYPT_VERSION := 0.6.0-r1 RUBY_VERSION := 2.6.6 -TERRAFORM_VERSION := 0.12.29 +TERRAFORM_VERSION := 0.13.5 CACHE_DIR := .cache