Skip to content

Commit 6215694

Browse files
Update Terraform cn-terraform/ecs-service-autoscaling/aws to v1.0.6 (#38)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c6cc628 commit 6215694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module "ecs-autoscaling" {
179179
count = var.enable_autoscaling ? 1 : 0
180180

181181
source = "cn-terraform/ecs-service-autoscaling/aws"
182-
version = "1.0.5"
182+
version = "1.0.6"
183183

184184
name_prefix = var.name_prefix
185185
ecs_cluster_name = var.ecs_cluster_name

0 commit comments

Comments
 (0)