PaloAltoNetworks / terraform-provider-panos

Terraform Panos provider
https://www.terraform.io/docs/providers/panos/
Mozilla Public License 2.0
87 stars 69 forks source link

Add data source for panos_service_object(s) #376

Open ShreyasNBS opened 1 year ago

ShreyasNBS commented 1 year ago

As suggested in the heading, we seem to have data sources for address_objects, application_objects, but not for service_objects. Is there any reason why this is the case? (Limitation of panorama API etc). We are looking to have 2 repos, whereby the master list of service objects is defined in the first repo (using resource "panos_panorama_service_object") and we want to retrieve that master list in the second repo using data "panos_service_objects". Is this possible?