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
Getting following warning during terraform apply
╷
│ Warning: Show with OnAllSchemasInDatabase option is skipped.
│
│ with module.snowflake.snowflake_grant_privileges_to_account_role.ip_info_private_sharing_schemas_grant[0],
│ on ../reporting/snowflake/snowflake.tf line 197, in resource "snowflake_grant_privileges_to_account_role" "ip_info_private_sharing_schemas_grant":
│ 197: resource "snowflake_grant_privileges_to_account_role" "ip_info_private_sharing_schemas_grant" {
│
│ See our document on design decisions for grants: <LINK (coming soon)>
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Unknown
Logs
No response
Additional Information
Not sure what is the actual impact of this warning.
The text was updated successfully, but these errors were encountered:
Nice, just one more question, I see also warning "Show with OnAll option is skipped." Does it go away in 0.87.0 version as well or I should open a separate issue?
Terraform CLI and Provider Versions
terraform --version
Terraform v1.5.5
on darwin_arm64
Terraform Configuration
Expected Behavior
terraform applied with no warnings
Actual Behavior
Getting following warning during terraform apply
╷
│ Warning: Show with OnAllSchemasInDatabase option is skipped.
│
│ with module.snowflake.snowflake_grant_privileges_to_account_role.ip_info_private_sharing_schemas_grant[0],
│ on ../reporting/snowflake/snowflake.tf line 197, in resource "snowflake_grant_privileges_to_account_role" "ip_info_private_sharing_schemas_grant":
│ 197: resource "snowflake_grant_privileges_to_account_role" "ip_info_private_sharing_schemas_grant" {
│
│ See our document on design decisions for grants: <LINK (coming soon)>
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Unknown
Logs
No response
Additional Information
Not sure what is the actual impact of this warning.
The text was updated successfully, but these errors were encountered: