Skip to content

Commit

Permalink
chore: remove on_future
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Jul 11, 2023
1 parent 14876f4 commit a720be6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ resource "snowflake_view_grant" "this" {
schema_name = each.value.schema_name
view_name = each.value.view_name
privilege = each.value.privilege
on_future = each.value.on_future
roles = [one(snowflake_role.this[*].name)]
}

Expand Down

0 comments on commit a720be6

Please sign in to comment.