chore: update Terraform to 1.9.8 (#15256)

This commit is contained in:
Colin Adler
2024-10-28 15:24:57 -05:00
committed by GitHub
parent 516ba9e28e
commit 074faec7d7
46 changed files with 228 additions and 223 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ RUN mkdir -p /opt/terraform
# The below step is optional if you wish to keep the existing version.
# See https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24
# for supported Terraform versions.
ARG TERRAFORM_VERSION=1.9.2
ARG TERRAFORM_VERSION=1.9.8
RUN apk update && \
apk del terraform && \
curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \