From eb3111dd622d4d8cc9b708c9962d518234b685e1 Mon Sep 17 00:00:00 2001 From: Novikov Sergey Date: Mon, 3 Apr 2023 13:26:18 +0200 Subject: [PATCH] Update to TF 1.4.4 (#67) --- .github/workflows/docker_build.yml | 2 +- Makefile | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index d6cc286..6e5197c 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -18,7 +18,7 @@ jobs: - 0.23.3 TF_TG: # Terraform 1.4.x - - 'TF-1.4.2 TG-0.45.0' + - 'TF-1.4.4 TG-0.45.0' # Terraform 1.3.x - 'TF-1.3.9 TG-0.45.0' # Terraform 1.2.x diff --git a/Makefile b/Makefile index 96a9780..0454a0e 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TAG = latest # Versions ATLANTIS = '0.23.3' -TERRAFORM = '1.4.2' +TERRAFORM = '1.4.4' TERRAGRUNT = '0.45.0' TERRAGRUNT_ATLANTIS_CONFIG = '1.16.0' diff --git a/README.md b/README.md index 22490d5..005ee27 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ For building you can overwrite your desired versions with the following three Ma ``` make build -make build TERRAFORM=1.4.2 -make build TERRAFORM=1.4.2 TERRAGRUNT=0.45.0 -make build TERRAFORM=1.4.2 TERRAGRUNT=0.45.0 ATLANTIS=0.23.3 -make build TERRAFORM=1.4.2 TERRAGRUNT=0.45.0 ATLANTIS=0.23.3 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0 +make build TERRAFORM=1.4.4 +make build TERRAFORM=1.4.4 TERRAGRUNT=0.45.0 +make build TERRAFORM=1.4.4 TERRAGRUNT=0.45.0 ATLANTIS=0.23.3 +make build TERRAFORM=1.4.4 TERRAGRUNT=0.45.0 ATLANTIS=0.23.3 TERRAGRUNT_ATLANTIS_CONFIG=1.16.0 ``` ## Available images