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
While attempting to deploy the panos_panorama_management_profile resource I get the following error: Error: profiles -> interface-management-profile -> mgmt_default -> userid-syslog-listener-udp unexpected here | profiles -> interface-management-profile is invalid │ │ with module.management_profiles["test-template"].panos_panorama_management_profile.this["mgmt_default"], │ on ../../modules/terraform-panos-ngfw-modules/modules/management_profiles/main.tf line 9, in resource "panos_panorama_management_profile" "this": │ 9: resource "panos_panorama_management_profile" "this" {
Expected behavior
Expected behavior is for a successful terraform apply resulting in a configured Interface Management Profile on a Panorama appliance based on the successful plan, as seen below:
`Terraform will perform the following actions:
panos_panorama_management_profile.this["test"] will be created
Update the "panos_panorama_management_profile" resource to omit the "userid_syslog_listener_udp" if this is truly not supposed to be used here. Additionally, update provider documentation accordingly.
Steps to reproduce
Attempt to create "panos_panorama_management_profile" on a Panorama 11.2.0 VM-Series (AWS)
Screenshots
Context
Unable to automate the configuration of Palo Alto NGFW appliances.
Describe the bug
While attempting to deploy the panos_panorama_management_profile resource I get the following error:
Error: profiles -> interface-management-profile -> mgmt_default -> userid-syslog-listener-udp unexpected here | profiles -> interface-management-profile is invalid │ │ with module.management_profiles["test-template"].panos_panorama_management_profile.this["mgmt_default"], │ on ../../modules/terraform-panos-ngfw-modules/modules/management_profiles/main.tf line 9, in resource "panos_panorama_management_profile" "this": │ 9: resource "panos_panorama_management_profile" "this" {
Expected behavior
Expected behavior is for a successful terraform apply resulting in a configured Interface Management Profile on a Panorama appliance based on the successful plan, as seen below:
`Terraform will perform the following actions:
panos_panorama_management_profile.this["test"] will be created
]
}
Plan: 1 to add, 0 to change, 0 to destroy.`
Current behavior
Terraform apply errors with the error code above.
Possible solution
Update the "panos_panorama_management_profile" resource to omit the "userid_syslog_listener_udp" if this is truly not supposed to be used here. Additionally, update provider documentation accordingly.
Steps to reproduce
Attempt to create "panos_panorama_management_profile" on a Panorama 11.2.0 VM-Series (AWS)
Screenshots
Context
Unable to automate the configuration of Palo Alto NGFW appliances.
Your Environment
Terraform v1.5.0
registry.terraform.io/paloaltonetworks/panos v1.11.1
Palo Alto Networks Panorama 11.2.0
WSL Ubuntu Linux
The text was updated successfully, but these errors were encountered: