Skip to content

Commit 6dd0933

Browse files
committed
add doc ref comment
1 parent 2c342e8 commit 6dd0933

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

examples/limitless/main.tf

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ locals {
2525
module "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

0 commit comments

Comments
 (0)