-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Description
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
As the title says, the data sources are missing. I think it is quite similar to the other existing service endpoint.
New or Affected Resource(s)
- azuredevops_serviceendpoint_jfrog_artifactory_v2
- azuredevops_serviceendpoint_jfrog_distribution_v2
- azuredevops_serviceendpoint_jfrog_platform_v2
- azuredevops_serviceendpoint_jfrog_xray_v2
Potential Terraform Configuration
data "azuredevops_serviceendpoint_jfrog_[*]_v2" "example" {
project_id = data.azuredevops_project.example.id
service_endpoint_name = "Example JFrog [*] V2"
}
References
- N/A