File tree 1 file changed +5
-2
lines changed 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
55
55
# volume or network mirror:
56
56
RUN mkdir -p /opt/terraform/plugins/registry.terraform.io
57
57
WORKDIR /opt/terraform/plugins/registry.terraform.io
58
- ARG CODER_PROVIDER_VERSION=0.5.3
58
+ ARG CODER_PROVIDER_VERSION=0.6.10
59
59
RUN echo "Adding coder/coder v${CODER_PROVIDER_VERSION}" \
60
60
&& mkdir -p coder/coder && cd coder/coder \
61
61
&& 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
63
63
RUN echo "Adding kreuzwerker/docker v${DOCKER_PROVIDER_VERSION}" \
64
64
&& mkdir -p kreuzwerker/docker && cd kreuzwerker/docker \
65
65
&& 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
81
81
ENV TF_CLI_CONFIG_FILE=/opt/terraform/config.tfrc
82
82
```
83
83
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
+
84
87
``` hcl
85
88
# filesystem-mirror-example.tfrc
86
89
provider_installation {
You can’t perform that action at this time.
0 commit comments