Skip to content

Commit 7b92a52

Browse files
authored
Merge pull request #29 from getindata/fix/typo_grants
fix: Typo for default role grants
2 parents 35da2c9 + 9c94a60 commit 7b92a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ locals {
2323
default_roles_definition = {
2424
readonly = {
2525
database_grants = ["USAGE", "MONITOR"]
26-
database_grants = ["USAGE"]
26+
schema_grants = ["USAGE"]
2727
}
2828
transformer = {
2929
database_grants = ["USAGE", "MONITOR", "CREATE SCHEMA"]

0 commit comments

Comments
 (0)