File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,11 @@ module "aurora_primary" {
52
52
instances = { for i in range (2 ) : i => {} }
53
53
kms_key_id = aws_kms_key. primary . arn
54
54
55
- vpc_id = module. primary_vpc . vpc_id
56
- db_subnet_group_name = module. primary_vpc . database_subnet_group_name
57
- create_db_subnet_group = false
58
- create_security_group = true
59
- allowed_cidr_blocks = module. primary_vpc . private_subnets_cidr_blocks
60
- enabled_cloudwatch_logs_exports = [" postgresql" ]
55
+ vpc_id = module. primary_vpc . vpc_id
56
+ db_subnet_group_name = module. primary_vpc . database_subnet_group_name
57
+ create_db_subnet_group = false
58
+ create_security_group = true
59
+ allowed_cidr_blocks = module. primary_vpc . private_subnets_cidr_blocks
61
60
62
61
skip_final_snapshot = true
63
62
You can’t perform that action at this time.
0 commit comments