Skip to content
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

version randomly changing between 1.9.7 and 1.9.8 #255

Open
jdavisclark opened this issue Nov 5, 2024 · 1 comment
Open

version randomly changing between 1.9.7 and 1.9.8 #255

jdavisclark opened this issue Nov 5, 2024 · 1 comment

Comments

@jdavisclark
Copy link

jdavisclark commented Nov 5, 2024

I've got what would be a pretty standard terraform release pipeline that includes a pause for a manual review between the plan and apply stages. However, it looks like the patch version of terraform that gets installed/run can randomly change between 1.9.7 and 1.9.8 in the plan vs apply stages of my pipeline. This makes it impossible to do a "correct" terraform release pipeline that utilizes plan + manual review + apply separately, since apply can only execute plan files generated by the exact same tf verison.

I'd really love to not have to DIY the tasks, but its looking like that may be the case if there's really no way to lock down a version of terraform?

Image

@mericstam
Copy link
Collaborator

mericstam commented Nov 5, 2024

Hi, to be certain which version of terraform that is run on the agent please use TerrformInstaller task before any terraform commands on each parts
br
manuel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants