Closed bbbco closed 2 weeks ago
Fixes big O performance issue with resource name sanitizer function by wrapping it in an environmental feature flag due to change with hashing function. Should be able to be paired nicely with https://github.com/MyPureCloud/terraform-provider-genesyscloud/pull/1330
Bonus: Also added transliteration for this new sanitizer that will transliterate unicode characters like Japanese into ASCII equivalents to pair down the excessive ____ values we see in the block labels.
____
Fixes big O performance issue with resource name sanitizer function by wrapping it in an environmental feature flag due to change with hashing function. Should be able to be paired nicely with https://github.com/MyPureCloud/terraform-provider-genesyscloud/pull/1330
Bonus: Also added transliteration for this new sanitizer that will transliterate unicode characters like Japanese into ASCII equivalents to pair down the excessive
____
values we see in the block labels.