You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: