We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99b0f0 commit c890be2Copy full SHA for c890be2
infrastructure/database/aurora-v2.tf
@@ -66,6 +66,8 @@ module "aurora_postgresql_v2" {
66
67
vpc_id = module.networking.vpc.id
68
vpc_security_group_ids = [module.networking.security_groups.data.id]
69
+ db_subnet_group_name = aws_db_subnet_group.db_subnet_group.name
70
+
71
master_username = var.db_master_username
72
master_password = random_password.db_master_password.result
73
manage_master_user_password = false
0 commit comments