Skip to content

Commit 4d3ead6

Browse files
committed
feat: remove misconfiguration
1 parent 28f3643 commit 4d3ead6

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,6 @@ module "cloud_postgresql_admin" {
1818
instance_user = "postgres"
1919
instance_password = "password"
2020
21-
schema_role_types = {
22-
"admin" = {
23-
privileges = {
24-
schema = [],
25-
table = [],
26-
sequence = []
27-
}
28-
}
29-
"reader" = {
30-
privileges = {
31-
schema = ["USAGE"],
32-
table = ["SELECT"],
33-
sequence = ["USAGE", "SELECT"]
34-
}
35-
}
36-
}
37-
3821
database_schemas = {
3922
"finance" = [
4023
"user",

versions.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ terraform {
88
source = "cyrilgdn/postgresql"
99
version = "1.25.0"
1010
}
11-
null = {
12-
source = "hashicorp/null"
13-
version = "3.2.3"
14-
}
1511
}
1612
required_version = ">= 0.13"
1713
}

0 commit comments

Comments
 (0)