terraform-provider-azuredevops
terraform-provider-azuredevops copied to clipboard
Support Querying Service Connections via data
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
Service Connections can currently be created by the provider: i.e. azuredevops_serviceendpoint_github , but existing connections can't be queried to be referenced in build configurations. Please consider adding a data option for azuredevops_serviceendpoint_github.
New or Affected Resource(s)
- azuredevops_serviceendpoint_github
Potential Terraform Configuration
data "azuredevops_serviceendpoint_github" {
name = "My Service Connection Name"
}
References
- #0000