-
Notifications
You must be signed in to change notification settings - Fork 875
chore: update Terraform version from 1.11.0 to 1.11.2 #17081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update Terraform version across the codebase to the latest patch release. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
I have read the CLA Document and I hereby sign the CLA Claude seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
…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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You forgot Dockerfile.base
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nvm im stupid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may also want to add an exception for Claude Code to our CLA.
Or rewrite the commit with your author Id.
@@ -21,7 +21,6 @@ | |||
"motd_file": null, | |||
"order": null, | |||
"os": "windows", | |||
"resources_monitoring": [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this an expected change?
Summary
Test plan
go test ./provisioner/terraform/...
🤖 Generated with Claude Code