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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Add support for service endpoint for Azure DevOps #182

Closed
zhmurko opened this issue Sep 10, 2020 · 0 comments 路 Fixed by #184
Closed

[Feature request] Add support for service endpoint for Azure DevOps #182

zhmurko opened this issue Sep 10, 2020 · 0 comments 路 Fixed by #184

Comments

@zhmurko
Copy link
Contributor

zhmurko commented Sep 10, 2020

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Azure DevOps service endpoint is used to start other pipelines.

New or Affected Resource(s)

  • azuredevops_serviceendpoint_runpipeline

Potential Terraform Configuration

resource "azuredevops_serviceendpoint_runpipeline" "serviceendpoint" {
	project_id	      = azuredevops_project.project.id
	service_endpoint_name = "my-pipelines-service-connection"
	organization_name     = "my-organization-name"
	auth_personal {
	# Also can be set with AZDO_PERSONAL_ACCESS_TOKEN environment variable
		personal_access_token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
	}
	description = "Managed by Terraform"
}

References

@zhmurko zhmurko changed the title add Service Connection for Azure DevOps [Feature request] Add support for service endpoint for Azure DevOps Sep 10, 2020
@xuzhang3 xuzhang3 linked a pull request Sep 11, 2020 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants