-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
max_cluster_count
limits
#1919
Comments
@mirosval I had no idea that these could be increased by support. We base these validation functions on what is in the API documentation. However, we can be more lenient, and I don't see why we cannot increase this. I will make a note to do that, and I hope to get this fixed for you soon. In the meantime, please be patient. |
this was resolved in #2000 |
This is still an issue in 0.70.0. Recreated with:
Logs with trace:
|
@mirosval can you please check with 0.70.1 release? |
Upgrading to 0.70.1 worked for me @sfc-gh-swinkler, thank you! |
Hello, the current limit for
max_cluster_count
and I guess alsomin_cluster_count
is1-10
:terraform-provider-snowflake/pkg/resources/warehouse.go
Line 48 in 7679e0b
This corresponds to the Snowflake documentation and is a good limit to have. However most of these limits in Snowflake are soft limits and can be increased by support. In my case we have requested to increase this limit, but now can't use the Snowflake Terraform module to set this new value because of this validation.
How do you suggest we proceed here? Would it be possible to increase this limit here as well or can we come up with some way to still keep the 10 default and just override it somehow manually for people who know what they are doing?
The text was updated successfully, but these errors were encountered: