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 {
25
25
module "aurora" {
26
26
source = " ../../"
27
27
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
35
37
cluster_performance_insights_enabled = true
36
38
cluster_performance_insights_retention_period = 31
37
39
You can’t perform that action at this time.
0 commit comments