Skip to content

Commit 9c94a60

Browse files
committed
fix: typo for default role grants
1 parent 35da2c9 commit 9c94a60

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)