File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,15 @@ locals {
2525module "aurora" {
2626 source = " ../../"
2727
28- name = local. name
29- engine = " aurora-postgresql"
30- engine_version = " 16.6-limitless"
31- master_username = " root"
32- storage_type = " aurora-iopt1"
33- cluster_monitoring_interval = 30
34- cluster_scalability_type = " limitless"
28+ name = local. name
29+ engine = " aurora-postgresql"
30+ engine_version = " 16.6-limitless"
31+ master_username = " root"
32+ storage_type = " aurora-iopt1"
33+ cluster_monitoring_interval = 30
34+ cluster_scalability_type = " limitless"
35+
36+ # https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/limitless-reqs-limits.html
3537 cluster_performance_insights_enabled = true
3638 cluster_performance_insights_retention_period = 31
3739
You can’t perform that action at this time.
0 commit comments