Skip to content

Commit 5036cfd

Browse files
authored
Update autoscaling module (#24)
1 parent f260e46 commit 5036cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module "ecs-autoscaling" {
163163
count = var.enable_autoscaling ? 1 : 0
164164

165165
source = "cn-terraform/ecs-service-autoscaling/aws"
166-
version = "1.0.0"
166+
version = "1.0.1"
167167

168168
name_prefix = var.name_prefix
169169
ecs_cluster_name = var.ecs_cluster_name

0 commit comments

Comments
 (0)