Closed Neutrino-Sunset closed 5 months ago
Hi, The terraform extension is not responsible for the build agents default version. There is nothing we as maintainers of this extension can do about it other than to recommend users to use terraform installer task. Regards, Manuel
Do you know where I should report it instead please?
Unfortunatly I dont excactly who is responsible for the hosted agents pool. Here are a few links:
read more on MS hosted agents: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml
the repos for the agents: https://github.com/actions/runner-images
Closing this as it is not related to the actual extension
This issue from 2021 is still an issue.
Terraform Extension Plan and Apply version mismatch
I have a multistage build pipeline, plan in one stage, apply in another. I'm explicitly specifying
in each stage. Yet I'm repeatedly getting the following error
I know I can manually install a specific version into the build agent before running my tasks, but the whole point of using a build agent of a specified vmimage is that I shouldn't have to do that.
The maintainers of the build agents also shouldn't want me to have to do that either. If for every stage of every pipeline that I run I have to manually install every tool my tasks are going to use, then that's going to tie up the build agents for twice as long as necessary, which will cost more, be a waste of money, and result in a less responsive build service for everyone.
It's been over 3 years, please fix it!