Running terraform plan shows a persistent drift on genesyscloud_routing_queue even though the config hasn’t changed. The state file seems locked or out of sync with the platform API.
~ resource "genesyscloud_routing_queue" "main" {
~ description = "Support Queue" -> "Support Queue "
}
Tried terraform refresh and terraform state pull. Nothing sticks. Is there a known issue with trailing whitespace normalization in the provider? Or is this a state lock glitch?