Skip to content

Commit df03298

Browse files
Update main.tf
1 parent 43af34b commit df03298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/complete/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ locals {
33
name = "postgresql"
44
family = "postgres15"
55
vpc_cidr = "10.20.0.0/16"
6-
environment = "test"
7-
create_namespace = false
6+
environment = "prod"
7+
create_namespace = true
88
namespace = "pg"
99
engine_version = "15.4"
1010
instance_class = "db.t4g.micro"
1111
storage_type = "gp3"
1212
current_identity = data.aws_caller_identity.current.arn
1313
allowed_security_groups = ["sg-xxxxxxxxxxxxxxxx"]
14-
custom_user_password = "Amanrajj12"
14+
custom_user_password = ""
1515
additional_tags = {
1616
Owner = "Organization_Name"
1717
Expires = "Never"

0 commit comments

Comments
 (0)