Commit 2a678e56 authored by Chris Merrett's avatar Chris Merrett

Set desired_capacity to 1 when running ASG schedule [ci skip]

parent 44df8f25
......@@ -72,7 +72,7 @@ resource "aws_autoscaling_schedule" "backup_efs_node" {
scheduled_action_name = "${var.name}-scale-up"
min_size = 0
max_size = 1
desired_capacity = 0
desired_capacity = 1
recurrence = "${var.recurrence}"
autoscaling_group_name = "${aws_autoscaling_group.backup_efs_node.name}"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment