Open Rifwan22 opened 7 months ago
Can you please provide the following:
Can you please provide the following:
- the version of PAN-OS you're using
- a Terraform plan file that reproduces this error
Thanks @shinmog Here is the plan and we are using PAN-OS 10.2.8
` ~ update in-place Terraform will perform the following actions: # module.panorama-config-standalone.panos_panorama_syslog_server_profile.panorama-syslog-server-profile-resource will be updated in-place
~ resource "panos_panorama_syslog_server_profile" "panorama-syslog-server-profile-resource" { id = ":::palo-syslog-server-profile" name = "palo-syslog-server-profile" + user_id_format = "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Factor Type cs1=$factortype cs3Label=Virtual System cs3=$vsys cs4Label=Data Source Name cs4=$datasourcename cs5Label=Data Source cs5=$datasource cs6Label=Data Source Type cs6=$datasourcetype cn1Label=Factor Number cn1=$factorno cn2Label=Virtual System ID cn2=$vsys_id cn3Label=Timeout Threshold cn3=$timeout src=$ip spt=$beginport dpt=$endport cnt=$repeatcnt duser=$user externalId=$seqno cat=$eventid end=$factorcompletiontime PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags PanOSUGFlags=$ugflags PanOSUserBySource=$userbysource PanOSTimeGeneratedHighResolution=$high_res_timestamp" (14 unchanged attributes hidden)
(1 unchanged block hidden) } Plan: 0 to add, 1 to change, 0 to destroy. `
Describe the bug
panos_syslog_server_profile user_id_format (user_id) changes not getting deploy with version 1.11.0
Expected behavior
should work same as other config arguments for an example - config_format
Current behaviour
terraform changes are not getting deploy even though it says deployed and the next time if we are trying to execute terraform build it will show its trying to update each time and its keep repeating the same also in panorama it will remain with default value.
Steps to reproduce
use syslog_server_profile with user_id_format (https://registry.terraform.io/providers/PaloAltoNetworks/panos/latest/docs/resources/syslog_server_profile.html#user_id_format)
Screenshots
debugging