From b5fadb8141b484a4c4ca68faec4c11a49f872d37 Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Wed, 18 Oct 2023 09:03:04 +0200 Subject: [PATCH] NOISSUE bump terraform to 1.6.1 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b261919..564e874 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: .deploy: image: - name: "hashicorp/terraform:1.1.9" + name: "hashicorp/terraform:1.6.1" # default entrypoint is terraform command, but we want to run shell scripts entrypoint: ["/bin/sh", "-c"] variables: @@ -110,7 +110,7 @@ review_e2e: review_destroy: needs: ["review_deploy"] image: - name: "hashicorp/terraform:1.1.9" + name: "hashicorp/terraform:1.6.1" # default entrypoint is terraform command, but we want to run shell scripts entrypoint: ["/bin/sh", "-c"] variables: -- GitLab