quick question about handling state drift with genesyscloud_routing_queue. terraform v1.9.0, provider 1.15.0. region apac-1.
terraform plan shows constant changes to predictive_routing_config.capacity_utilization_percent. value is set to 85 in hcl, but gc returns 85.0. tf sees string vs float mismatch. force_new_resource is false. anyone have a workaround for this type casting issue in the provider schema?