From 198ad613a29f65f883f76839f81d9ca06245e329 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Tue, 4 Jan 2022 16:26:43 -0600 Subject: [PATCH] update terraform to 1.1.2 --- build-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-docker.sh b/build-docker.sh index 4b23861..ac01286 100755 --- a/build-docker.sh +++ b/build-docker.sh @@ -12,7 +12,7 @@ fi major=$(echo $tag | awk -F. '{print $1}') minor=$(echo $tag | awk -F. '{print $2}') -tf_ver="1.0.2" +tf_ver="1.1.2" echo "Confirm building images for:" echo " MAJOR: ${major}"