You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-provider docs state schema_name is required
-docs for on_future imply that it isn't required
-running terraform plan without specifying schema_name results in error The argument "schema_name" is required, but no definition was found.
Expected behavior
-Create a grant for future pipes in all schemas in the database
Code samples and commands
Please add code examples and commands that were run to cause the problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hey 👋
Closing the issue as it's referring to the deprecated resource and we're not supporting them. Please, try to use the latest provider version with the non-deprecated resources (e.g. snowflake_grant_privileges_to_account_role). If the issue persists on the non-deprecated resource (or the feature is present in Snowflake, but not in the provider), please create a new GitHub issue. The migration guide may help during migration to the latest resources. Here's a list of the latest, non-deprecated, grant resources:
Provider Version
0.40.0
Terraform Version
v1.0.10
Describe the bug
-provider docs state schema_name is required
-docs for on_future imply that it isn't required
-running
terraform plan
without specifying schema_name results in errorThe argument "schema_name" is required, but no definition was found.
Expected behavior
-Create a grant for future pipes in all schemas in the database
Code samples and commands
Please add code examples and commands that were run to cause the problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: