We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f3643 commit 4d3ead6Copy full SHA for 4d3ead6
README.md
@@ -18,23 +18,6 @@ module "cloud_postgresql_admin" {
18
instance_user = "postgres"
19
instance_password = "password"
20
21
- schema_role_types = {
22
- "admin" = {
23
- privileges = {
24
- schema = [],
25
- table = [],
26
- sequence = []
27
- }
28
29
- "reader" = {
30
31
- schema = ["USAGE"],
32
- table = ["SELECT"],
33
- sequence = ["USAGE", "SELECT"]
34
35
36
37
-
38
database_schemas = {
39
"finance" = [
40
"user",
versions.tf
@@ -8,10 +8,6 @@ terraform {
8
source = "cyrilgdn/postgresql"
9
version = "1.25.0"
10
}
11
- null = {
12
- source = "hashicorp/null"
13
- version = "3.2.3"
14
15
16
required_version = ">= 0.13"
17
0 commit comments