terraform-provider-azuredevops icon indicating copy to clipboard operation
terraform-provider-azuredevops copied to clipboard

Support Querying Service Connections via data

Open jdaugherty opened this issue 3 years ago • 0 comments

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

jdaugherty avatar Jun 22 '22 22:06 jdaugherty