autoscaling

This commit is contained in:
Manuel Romero
2023-09-22 15:05:43 +02:00
parent b3cf48ffe0
commit 3a4b0bd80c

View File

@@ -218,6 +218,12 @@ module "aurora_rds_instance" {
engine_version = local.engine_version
instance_class = var.instance_size
instances = { 1 = {} }
autoscaling_enabled = true
autoscaling_min_capacity = 1
autoscaling_max_capacity = 3
vpc_id = local.vpc_id
subnets = local.subnet_ids
create_security_group = false