When calling a data.panos_application_objects block to get the application objects in Panorama, we're getting EDL data instead. The same data as if we called a data.panos_edls block.
Expected behavior
Return data on application objects in Panorama.
Current behavior
Calling a data.panos_application_objects returns the same data as calling a data.panos_edls block.
Describe the bug
When calling a
data.panos_application_objects
block to get the application objects in Panorama, we're getting EDL data instead. The same data as if we called adata.panos_edls
block.Expected behavior
Return data on application objects in Panorama.
Current behavior
Calling a
data.panos_application_objects
returns the same data as calling adata.panos_edls
block.Possible solution
Looks like the wrong variable/object/function is referenced on line 38 of the application_object.go file.
Steps to reproduce
In my
main.tf
I have this code block:I get the following data returned.
Your Environment
Terraform v1.8.0 on windows_386 + provider registry.terraform.io/paloaltonetworks/panos v1.11.1