You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CLI config (.tfrc) for Terraform referring to [external mirror](https://www.terraform.io/cli/config/config-file#explicit-installation-method-configuration)
11
11
-[Terraform Providers](https://registry.terraform.io) for templates
12
12
- 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
27
27
# In order to run Coder airgapped or within private networks,
28
28
# Terraform has to be bundled into the image in PATH or /opt.
29
29
#
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
31
31
# for supported Terraform versions.
32
32
ARG TERRAFORM_VERSION=1.3.0
33
33
RUN curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
0 commit comments