File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ ADD filesystem-mirror-example.tfrc /opt/terraform/config.tfrc
5555# volume or network mirror:
5656RUN mkdir -p /opt/terraform/plugins/registry.terraform.io
5757WORKDIR /opt/terraform/plugins/registry.terraform.io
58- ARG CODER_PROVIDER_VERSION=0.5.3
58+ ARG CODER_PROVIDER_VERSION=0.6.10
5959RUN echo "Adding coder/coder v${CODER_PROVIDER_VERSION}" \
6060 && mkdir -p coder/coder && cd coder/coder \
6161 && curl -LOs https://github.com/coder/terraform-provider-coder/releases/download/v${CODER_PROVIDER_VERSION}/terraform-provider-coder_${CODER_PROVIDER_VERSION}_linux_amd64.zip
62- ARG DOCKER_PROVIDER_VERSION=2.22.0
62+ ARG DOCKER_PROVIDER_VERSION=3.0.1
6363RUN echo "Adding kreuzwerker/docker v${DOCKER_PROVIDER_VERSION}" \
6464 && mkdir -p kreuzwerker/docker && cd kreuzwerker/docker \
6565 && curl -LOs https://github.com/kreuzwerker/terraform-provider-docker/releases/download/v${DOCKER_PROVIDER_VERSION}/terraform-provider-docker_${DOCKER_PROVIDER_VERSION}_linux_amd64.zip
@@ -81,6 +81,9 @@ USER coder
8181ENV TF_CLI_CONFIG_FILE=/opt/terraform/config.tfrc
8282```
8383
84+ > If you are bundling Terraform providers into your Coder image, be sure the
85+ > provider version matches any templates or [ example templates] ( https://github.com/coder/coder/tree/main/examples/templates ) you intend to use.
86+
8487``` hcl
8588# filesystem-mirror-example.tfrc
8689provider_installation {
You can’t perform that action at this time.
0 commit comments