-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: pin terraform versions in CI #4645
Conversation
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.
works for me.
caused some test failure, https://github.com/runatlantis/atlantis/actions/runs/9470306781/job/26091248454 |
missed lockfile update 😅 atlantis/server/controllers/events/testdata/null_provider_lockfile_old_version Lines 4 to 6 in 7999e1c
|
this is handled by #4653 along with other fixes |
Signed-off-by: kvanzuijlen <[email protected]>
what
Add a script to add
versions.tf
to all test dirs that pin all necessary providers; run the script.why
Help with CI stability if providers are pinned.
Adding a script means that we can easily bump all versions simultaneously in the future if we need to.
tests
Ran CI.
references
close #4484.