Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Jul 11, 2023
1 parent c5b0c47 commit 3e4a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ variable "view_grants" {
database_name = string
schema_name = string
view_name = optional(string)
on_future = optional(bool, false)
on_future = false
privileges = list(string)
}))
default = []
Expand Down

0 comments on commit 3e4a396

Please sign in to comment.