Skip to content
Snippets Groups Projects
Commit 5c919b09 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

NOISSUE update terraform to 1.6.6 in preparation of switch to opentofu

parent b780e743
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ variables: ...@@ -15,7 +15,7 @@ variables:
.deploy: .deploy:
image: image:
name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.6.1' name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.6.6'
# default entrypoint is terraform command, but we want to run shell scripts # default entrypoint is terraform command, but we want to run shell scripts
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
variables: variables:
...@@ -109,7 +109,7 @@ review_e2e: ...@@ -109,7 +109,7 @@ review_e2e:
review_destroy: review_destroy:
needs: ['review_deploy'] needs: ['review_deploy']
image: image:
name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.6.1' name: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.6.6'
# default entrypoint is terraform command, but we want to run shell scripts # default entrypoint is terraform command, but we want to run shell scripts
entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh", "-c"]
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment