We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35da2c9 + 9c94a60 commit 7b92a52Copy full SHA for 7b92a52
locals.tf
@@ -23,7 +23,7 @@ locals {
23
default_roles_definition = {
24
readonly = {
25
database_grants = ["USAGE", "MONITOR"]
26
- database_grants = ["USAGE"]
+ schema_grants = ["USAGE"]
27
}
28
transformer = {
29
database_grants = ["USAGE", "MONITOR", "CREATE SCHEMA"]
0 commit comments