Skip to content

Commit 3ef1675

Browse files
Update main.tf
1 parent 3cb293c commit 3ef1675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ locals {
1010
instance_class = "db.t4g.micro"
1111
storage_type = "gp3"
1212
cluster_name = ""
13+
replica_count = 1
14+
replica_enable = false
1315
current_identity = data.aws_caller_identity.current.arn
1416
allowed_security_groups = ["sg-xxxxxxxxxxxxxx"]
1517
custom_user_password = ""

0 commit comments

Comments
 (0)