Skip to content

Commit

Permalink
fix: typo for default role grants
Browse files Browse the repository at this point in the history
  • Loading branch information
dgniewek committed Feb 15, 2024
1 parent 35da2c9 commit 9c94a60
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 9c94a60

Please sign in to comment.