Valid warehouse sizes not accepted #1844
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:warehouse
Issue connected to the snowflake_warehouse resource
Provider Version
0.65.0
Terraform Version
1.x
Describe the bug
In the most recent release of the provider (0.65), valid warehouse sizes are no longer accepted (possibly related to #1792). If I choose a warehouse size "X-LARGE", I get an error message:
Previous versions of the provider worked, and were able to normalize warehouse sizes like X-SMALL or X-LARGE. Worse, it seems that Snowflake itself stores the warehouse sizes in the hyphenated form, so in my configurations the provider is unable to identify that
XSMALL
andX-SMALL
are the same, and thinks there are changes to apply.Expected behavior
Both hyphenated and non-hyphenated forms of warehouse sizes should be acceptable.
Additional context
This may be a consequence of #1792
The text was updated successfully, but these errors were encountered: