Skip to content

Commit 7635736

Browse files
authored
Fix link to supported terraform versions (#4803)
* Fix link to supported terraform versions * Update offline.md
1 parent ffe461a commit 7635736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/offline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Coder can run in offline / air-gapped environments.
66

77
First, build and push a container image extending our official image with the following:
88

9-
- Terraform [(supported versions)](https://github.com/coder/coder/blob/main/provisioner/terraform/serve.go#L24-L25)
9+
- Terraform [(supported versions)](https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24)
1010
- CLI config (.tfrc) for Terraform referring to [external mirror](https://www.terraform.io/cli/config/config-file#explicit-installation-method-configuration)
1111
- [Terraform Providers](https://registry.terraform.io) for templates
1212
- These could also be specified via a volume mount (Docker) or [network mirror](https://www.terraform.io/internals/provider-network-mirror-protocol). See below for details.
@@ -27,7 +27,7 @@ RUN mkdir -p /opt/terraform
2727
# In order to run Coder airgapped or within private networks,
2828
# Terraform has to be bundled into the image in PATH or /opt.
2929
#
30-
# See https://github.com/coder/coder/blob/main/provisioner/terraform/serve.go#L24-L25
30+
# See https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24
3131
# for supported Terraform versions.
3232
ARG TERRAFORM_VERSION=1.3.0
3333
RUN curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \

0 commit comments

Comments
 (0)