This commit is contained in:
2023-10-23 15:55:56 +02:00
parent c975eaeab6
commit a6d907b5e7
2 changed files with 87 additions and 87 deletions

View File

@@ -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"
}