There was an error while loading. Please reload this page.
1 parent 43af34b commit df03298Copy full SHA for df03298
examples/complete/main.tf
@@ -3,15 +3,15 @@ locals {
3
name = "postgresql"
4
family = "postgres15"
5
vpc_cidr = "10.20.0.0/16"
6
- environment = "test"
7
- create_namespace = false
+ environment = "prod"
+ create_namespace = true
8
namespace = "pg"
9
engine_version = "15.4"
10
instance_class = "db.t4g.micro"
11
storage_type = "gp3"
12
current_identity = data.aws_caller_identity.current.arn
13
allowed_security_groups = ["sg-xxxxxxxxxxxxxxxx"]
14
- custom_user_password = "Amanrajj12"
+ custom_user_password = ""
15
additional_tags = {
16
Owner = "Organization_Name"
17
Expires = "Never"
0 commit comments