Skip to content

Commit

Permalink
Upgraded terraform version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranWardle committed Feb 7, 2024
1 parent f3bd022 commit a5ce17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-sdk-terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM google/cloud-sdk:slim

ARG TFENV_VERSION="v3.0.0"
ARG TERRAFORM_INITIAL_VERSION="1.2.9"
ARG TERRAFORM_INITIAL_VERSION="1.7.2"

RUN apt-get update && \
apt-get install google-cloud-cli-gke-gcloud-auth-plugin && `# GKE plugin needed for authentication` \
Expand Down

0 comments on commit a5ce17c

Please sign in to comment.