8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eebe73 commit 1f11911Copy full SHA for 1f11911
docs/install/offline.md
@@ -79,7 +79,7 @@ ADD filesystem-mirror-example.tfrc /home/coder/.terraformrc
79
# Optionally, we can "seed" the filesystem mirror with common providers.
80
# Comment out lines 40-49 if you plan on only using a volume or network mirror:
81
WORKDIR /home/coder/.terraform.d/plugins/registry.terraform.io
82
-ARG CODER_PROVIDER_VERSION=2.1.3
+ARG CODER_PROVIDER_VERSION=2.2.0
83
RUN echo "Adding coder/coder v${CODER_PROVIDER_VERSION}" \
84
&& mkdir -p coder/coder && cd coder/coder \
85
&& 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