Closed yuukiyamanaka closed 1 month ago
Hey @yuukiyamanaka. Thanks for reaching out to us.
We will shortly visit the rework of snowflake_account
and snowflake_account_parameter
resources (check https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/ESSENTIAL_GA_OBJECTS.MD and https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/REMAINING_GA_OBJECTS.MD). We will add this parameter then.
One more important thing to mention: as I can see in the docs https://docs.snowflake.com/en/sql-reference/parameters#enforce-network-rules-for-internal-stages, this parameter is currently in public preview. We focus on the generally available features in this provider because the preview features tend to change.
Before adding this parameter, you can also use the snowflake_unsafe_execute resource to set this parameter through terraform.
Thank you for response! I understand the current situation.
Use Cases or Problem Statement
When I tried to set
ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES
parameter usingsnowflake_account_parameter
resource,I encounter the below error:
Category
category:resource
Object type(s)
resource:account_parameter
Proposal
I think this parameter is still in public preview, so the provider does not support it yet. Do you have plans to add this parameter? If not, I would like to submit a PR.
How much impact is this issue causing?
Low
Additional Information
No response
Would you like to implement a fix?