Conversation
41ad7b6 to
25337b7
Compare
Codecov Report
|
mildwonkey
left a comment
There was a problem hiding this comment.
I'd like to see a test added for this, since the regression caused real issues. I haven't dug too deeply but it at a glance it appears that you can set a custom VersionCheckFunc for the version command, which (I would guess) would allow you to coerce the Outdated flag and specify the new version.
|
Added test, which fails without 25337b7. |
mildwonkey
left a comment
There was a problem hiding this comment.
Gorgeous, I love the tests - thanks @kmoe !
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Running
terraform versionshould output the version number, followed by the outdated message if any. This was broken in #25252 and the order was reversed. This PR fixes the order.Expected behaviour
Actual behaviour