MyPureCloud / terraform-provider-genesyscloud

Terraform Provider Genesyscloud
MIT License
37 stars 85 forks source link

Fix DEVTOOLING-914 #1336

Closed bbbco closed 2 weeks ago

bbbco commented 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.