We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d65b7be commit aae087dCopy full SHA for aae087d
aws/stack/app/aurora.tf
@@ -39,4 +39,6 @@ module "aurora" {
39
# optional
40
instance_count = var.aurora_instance_count
41
instance_class = var.aurora_instance_class
42
+ max_capacity = var.aurora_max_capacity
43
+ min_capacity = var.aurora_min_capacity
44
}
0 commit comments