Skip to content

Commit

Permalink
Merge pull request #29 from getindata/fix/typo_grants
Browse files Browse the repository at this point in the history
fix: Typo for default role grants
  • Loading branch information
dgniewek authored Feb 15, 2024
2 parents 35da2c9 + 9c94a60 commit 7b92a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {
default_roles_definition = {
readonly = {
database_grants = ["USAGE", "MONITOR"]
database_grants = ["USAGE"]
schema_grants = ["USAGE"]
}
transformer = {
database_grants = ["USAGE", "MONITOR", "CREATE SCHEMA"]
Expand Down

0 comments on commit 7b92a52

Please sign in to comment.