allowed_values in Tag - should be in order - it seems #1443
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:tag
Issue connected to the snowflake_tag resource
Snowflake is reordering the values from allowed_values list, irrespective of the sequence of values in the create/alter statement.
when the values are out of order in tf files, the plan/apply tries to change it in every run.
Hence, either comparison logic in terraform should change to order the allowed_values list values (or)
a note should be added to the documentation to provide the values in order.
The text was updated successfully, but these errors were encountered: