fix
This commit is contained in:
@@ -52,5 +52,5 @@ resource "postgresql_grant_role" "anomynous" {
|
||||
depends_on = [ postgresql_role.role ]
|
||||
count = var.extentions.postgrest.enable?1:0
|
||||
role = "${var.instance}"
|
||||
grant_role = "anomynous"
|
||||
grant_role = "anonymous"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user