upgrade to terraform 1.10.0

This commit is contained in:
lug-gh 2024-11-28 13:39:04 +01:00
parent 07c00f3a3a
commit c76ede39c8
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \
ENV OPENTOFU_VERSION="1.7.0"
ENV TERRAFORM_VERSION="1.8.2"
ENV TERRAFORM_VERSION="1.10.0"
#ENV PULUMI_VERSION="3.116.1"
RUN wget https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \

View File

@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/go/pkg \
ENV OPENTOFU_VERSION="1.7.0"
ENV TERRAFORM_VERSION="1.8.2"
ENV TERRAFORM_VERSION="1.10.0"
#ENV PULUMI_VERSION="3.116.1"
RUN wget https://github.com/opentofu/opentofu/releases/download/v${OPENTOFU_VERSION}/tofu_${OPENTOFU_VERSION}_linux_${TARGETARCH}.tar.gz && \