Skip to content

Commit e6bf9ba

Browse files
Update Terraform cn-terraform/ecs-service-autoscaling/aws to v1.0.8 (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 728d821 commit e6bf9ba

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

204204
source = "cn-terraform/ecs-service-autoscaling/aws"
205-
version = "1.0.6"
205+
version = "1.0.8"
206206

207207
name_prefix = var.name_prefix
208208
ecs_cluster_name = var.ecs_cluster_name

0 commit comments

Comments
 (0)