jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
127 stars 55 forks source link

Error on install inside marketplace #269

Open Nusserdt opened 2 years ago

Nusserdt commented 2 years ago

When I try to install the your extension over marketplace on a Azure DevOps on Premise solution I receive the following error:

The task definition inputs "command" and "environmentServiceName" must belong to the same group because they are dependent inputs for the task with ID "721c3f90-d938-11e8-9d92-09d7594721b5".

image


Version: 18.170.30525.1 (Azure DevOps Server 2020)

tmmjelde commented 2 years ago

I just got this same error when installing from marketplace to Devops Server Express 2019. Other extensions install fine.

English version of the error: Task definition input 'command' and Task definition input 'environmentServiceName' must belong to same group as they are dependent inputs for Task with ID '721c3f90-d938-11e8-9d92-09d7594721b5'.

Su-chris commented 2 years ago

I have also just encountered this error, is there any plan to fix this issue? Or is there another release I could download and install which doesn't have the issue?

jason-johnson commented 2 years ago

We certainly intend to fix all issues. We need to be able to reproduce the issue and determine the cause. I don't currently have an on-premise Azure Devops Server to test this with but perhaps someone else does.

fsilletti commented 1 year ago

I have also this error when installing to Azure Devops Server, version Dev18.M170.8. There is a work around?