Replies: 1 comment
-
Hi @qqcvd, 1 day is the default setting from Snowflake's side which is reflected in the provider. You can sure pass the value via Terraform code as well, either by a central local variable value, an output from a TF controlled DB or the database data source. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I used the snowflake_schema resource to create schemas.
the data_retention_days parameter is optional but if I omit the parameter, The Provider generate the parameter with the value set to 1 day.
Is it possible to forbid this behaviour ?
I woul like the data_retention_days at the schema level to be inheritate from the Database settings.
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions