Skip to content

Commit 613d3a6

Browse files
authored
Update main.tf
1 parent a828ce8 commit 613d3a6

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
@@ -178,7 +178,7 @@ module "ecs-autoscaling" {
178178
count = var.enable_autoscaling ? 1 : 0
179179

180180
source = "cn-terraform/ecs-service-autoscaling/aws"
181-
version = "1.0.4"
181+
version = "1.0.5"
182182

183183
name_prefix = var.name_prefix
184184
ecs_cluster_name = var.ecs_cluster_name

0 commit comments

Comments
 (0)