0

Is there a way to create environments inside the Azure Devops Pipeline using Terraform? Or is there any other way to automate this?

1 Answer 1

1

You can automate the creation of an ADO pipeline environment with the REST API.

POST https://dev.azure.com/{organization}/{project}/_apis/distributedtask/environments?api-version=6.0-preview.1

On terraform, you can find all the terraform resources of Azure Devops provider, here. For the moment, it is not possible to create target environments of Azure Pipelines.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.