Load test - Enable standard performance insights (#44694)

- Enable `standard` RDS database performance insights

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Release Notes

* **Chores**
* Enhanced database monitoring capabilities by enabling Database
Insights for load testing infrastructure.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Jorge Falcon
2026-05-04 16:23:38 -04:00
committed by GitHub
parent 288cda546f
commit 66b2908042
@@ -57,7 +57,7 @@ module "loadtest" {
require_secure_transport = "ON"
}
observability = {
performance_insights_enabled = false
database_insights_mode = "standard"
}
}
redis_config = {