Skip to content

Commit

Permalink
fix: rename resource as suggested in review
Browse files Browse the repository at this point in the history
  • Loading branch information
dgniewek committed Jan 5, 2024
1 parent 1168ae2 commit 0c3476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ resource "snowflake_account_grant" "this" {
with_grant_option = false
}

resource "snowflake_grant_privileges_to_role" "this" {
resource "snowflake_grant_privileges_to_role" "dynamic_table" {
for_each = module.this.enabled ? local.dynamic_table_grants : {}

privileges = each.value.privileges
Expand Down

0 comments on commit 0c3476f

Please sign in to comment.