Is it possible to force update supported_locales in genesyscloud_messaging_channel without recreation? The API accepts the PATCH, but Terraform shows perpetual drift.
- Define
supported_locales = ["en-AU"]in HCL. - Run
terraform apply. - Verify config in UI.
- Run
terraform planagain.
Error: diff_suppress_func seems to ignore array order changes. Provider v1.85.0. Env: Genesys Cloud v2024-06. Need a clean state match.