Skip to content

Commit 20430ec

Browse files
authored
Update offline.md
1 parent a907eb3 commit 20430ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/offline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN mkdir -p /opt/terraform
5454
# The below step is optional if you wish to keep the existing version.
5555
# See https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24
5656
# for supported Terraform versions.
57-
ARG TERRAFORM_VERSION=1.8.4
57+
ARG TERRAFORM_VERSION=1.9.2
5858
RUN apk update && \
5959
apk del terraform && \
6060
curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
@@ -79,7 +79,7 @@ ADD filesystem-mirror-example.tfrc /home/coder/.terraformrc
7979
# Optionally, we can "seed" the filesystem mirror with common providers.
8080
# Comment out lines 40-49 if you plan on only using a volume or network mirror:
8181
WORKDIR /home/coder/.terraform.d/plugins/registry.terraform.io
82-
ARG CODER_PROVIDER_VERSION=0.12.1
82+
ARG CODER_PROVIDER_VERSION=1.0.1
8383
RUN echo "Adding coder/coder v${CODER_PROVIDER_VERSION}" \
8484
&& mkdir -p coder/coder && cd coder/coder \
8585
&& curl -LOs https://github.com/coder/terraform-provider-coder/releases/download/v${CODER_PROVIDER_VERSION}/terraform-provider-coder_${CODER_PROVIDER_VERSION}_linux_amd64.zip

0 commit comments

Comments
 (0)