Skip to content

Commit c890be2

Browse files
authored
fix: aurora v2 (#128)
* fix: aurora v2 * Add needs
1 parent e99b0f0 commit c890be2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/database/aurora-v2.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ module "aurora_postgresql_v2" {
6666

6767
vpc_id = module.networking.vpc.id
6868
vpc_security_group_ids = [module.networking.security_groups.data.id]
69+
db_subnet_group_name = aws_db_subnet_group.db_subnet_group.name
70+
6971
master_username = var.db_master_username
7072
master_password = random_password.db_master_password.result
7173
manage_master_user_password = false

0 commit comments

Comments
 (0)