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

The task TerraformInstaller is ambiguous #56

Closed
fernandaakl opened this issue Dec 8, 2022 · 1 comment
Closed

The task TerraformInstaller is ambiguous #56

fernandaakl opened this issue Dec 8, 2022 · 1 comment
Assignees
Labels
✅ resolved Issue has been resolved. ⏱️waiting Waiting for the response from OP or another task.

Comments

@fernandaakl
Copy link

The task used in install-terraform.yml file on line 5 is causing the ambiguous error below.
To correct that is needed to change TerraformInstaller@0 for ms-devlabs.custom-terraform-tasks.custom-terraform-installer-task.TerraformInstaller@0

image

Thank you!

@setuc setuc self-assigned this Dec 8, 2022
@setuc setuc added ⏱️waiting Waiting for the response from OP or another task. ✅ resolved Issue has been resolved. labels Dec 9, 2022
@setuc
Copy link
Collaborator

setuc commented Dec 9, 2022

Hi @fernandaakl You need to only use the terraform from MSDev labs. Thats the official one. In case you cannot remove the other terraform installer you can do the following steps to resolve the conflict.

In the script;

replace the line in this file

- task: TerraformInstaller@0

with

- task: ms-devlabs.custom-terraform-tasks.custom-terraform-installer-task.TerraformInstaller@0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ resolved Issue has been resolved. ⏱️waiting Waiting for the response from OP or another task.
Projects
None yet
Development

No branches or pull requests

2 participants