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
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.
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.panorama-xx.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 = "test-format"
# (14 unchanged attributes hidden)
# (1 unchanged block hidden)
}
2024-04-17T11:12:33.855Z [WARN] Provider "provider[\"registry.terraform.io/paloaltonetworks/panos\"]" produced an unexpected new value for module.panorama-config-standalone.panos_panorama_syslog_server_profile.panorama-syslog-server-profile-resource, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .user_id_format: was cty.StringVal("test-format"), but now cty.StringVal("")
module.panorama-config-standalone.panos_panorama_syslog_server_profile.panorama-syslog-server-profile-resource: Modifications complete after 1s [id=:::palo-syslog-server-profile]
2024-04-17T11:12:33.859Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-04-17T11:12:33.862Z [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/paloaltonetworks/panos/1.11.0/linux_amd64/terraform-provider-panos_v1.11.0 pid=61
2024-04-17T11:12:33.862Z [DEBUG] provider: plugin exited
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: