terraform-provider-corefunc
terraform-provider-corefunc copied to clipboard
Implement `corefunc_list_sort_icase`
Go: corefunc.ListSortICase(arr)
TF: corefunc_list_sort_icase
Case-insensitive list sorting. Because there are times when order matters.
Terraform's sort() function does a codepoint sort, which is case-sensitive by design. https://developer.hashicorp.com/terraform/language/functions/sort