temporalio / terraform-provider-temporalcloud

Terraform provider for Temporal Cloud
Mozilla Public License 2.0
11 stars 9 forks source link

Make account roles and namespace permissions case insensitive #99

Closed tminusplus closed 4 months ago

tminusplus commented 4 months ago

What was changed

Make account roles and namespace permissions case insensitive, by sending and receiving it in lowercase.

Why?

The API currently returns capitalized roles/permissions, and we will be changing it to return lowercase roles/permissions as it should be case insensitive - and is when creating/updating users.

Checklist

XaF commented 4 months ago

Why not use the DiffSuppress thingy? (is it not a thing anymore?)

tminusplus commented 4 months ago

Why not use the DiffSuppress thingy? (is it not a thing anymore?)

It is not a thing anymore.