Skip to content

Commit 4133eed

Browse files
Claudeclaude
andcommitted
chore: update Terraform version in dogfood Dockerfile and regenerate testdata
Update the Terraform version in dogfood/coder/Dockerfile and run the generate.sh script to regenerate testdata with the updated Terraform version. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aa3069e commit 4133eed

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

dogfood/coder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ RUN apt-get update --quiet && apt-get install --yes \
196196
# Configure FIPS-compliant policies
197197
update-crypto-policies --set FIPS
198198

199-
# NOTE: In scripts/Dockerfile.base we specifically install Terraform version 1.10.5.
199+
# NOTE: In scripts/Dockerfile.base we specifically install Terraform version 1.11.2.
200200
# Installing the same version here to match.
201-
RUN wget -O /tmp/terraform.zip "https://releases.hashicorp.com/terraform/1.11.0/terraform_1.11.0_linux_amd64.zip" && \
201+
RUN wget -O /tmp/terraform.zip "https://releases.hashicorp.com/terraform/1.11.2/terraform_1.11.2_linux_amd64.zip" && \
202202
unzip /tmp/terraform.zip -d /usr/local/bin && \
203203
rm -f /tmp/terraform.zip && \
204204
chmod +x /usr/local/bin/terraform && \

provisioner/terraform/testdata/resources/presets/presets.tfplan.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisioner/terraform/testdata/resources/presets/presets.tfstate.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)