We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb1497 commit a5c28d0Copy full SHA for a5c28d0
1 file changed
roles.tf
@@ -37,7 +37,7 @@ resource "postgresql_grant" "public" {
37
role = "public"
38
schema = "public"
39
object_type = "schema"
40
- privileges = ["CONNECT"]
+ privileges = []
41
with_grant_option = false
42
}
43
0 commit comments