Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ module "ecs-autoscaling" {
count = var.enable_autoscaling ? 1 : 0

source = "cn-terraform/ecs-service-autoscaling/aws"
version = "1.0.9"
version = "1.0.10"

name_prefix = var.name_prefix
ecs_cluster_name = var.ecs_cluster_name
Expand Down