Skip to content

Commit a5c28d0

Browse files
committed
Remove "CONNECT" from default privileges as it is invalid
1 parent cfb1497 commit a5c28d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "postgresql_grant" "public" {
3737
role = "public"
3838
schema = "public"
3939
object_type = "schema"
40-
privileges = ["CONNECT"]
40+
privileges = []
4141
with_grant_option = false
4242
}
4343

0 commit comments

Comments
 (0)