Skip to content

Commit 8a4f2aa

Browse files
author
magreenbaum
committed
revert test
1 parent dac5c66 commit 8a4f2aa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/global-cluster/main.tf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,11 @@ module "aurora_primary" {
5252
instances = { for i in range(2) : i => {} }
5353
kms_key_id = aws_kms_key.primary.arn
5454

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
6160

6261
skip_final_snapshot = true
6362

0 commit comments

Comments
 (0)