mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
chore: enable performance insights for rds (#5404)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user