chore: enable performance insights for rds (#5404)

This commit is contained in:
Matti Nannt
2025-04-17 15:27:34 +09:00
committed by GitHub
parent 01e5700340
commit 19249ca00f

View File

@@ -40,7 +40,8 @@ module "rds-aurora" {
cidr_blocks = module.vpc.private_subnets_cidr_blocks
}
}
performance_insights_enabled = true
performance_insights_enabled = true
cluster_performance_insights_enabled = true
backup_retention_period = 7
apply_immediately = true