Skip to content

Commit fd63d0f

Browse files
Update Terraform cn-terraform/ecs-service-autoscaling/aws to v1.0.12 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18c87df commit fd63d0f

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

206206
source = "cn-terraform/ecs-service-autoscaling/aws"
207-
version = "1.0.10"
207+
version = "1.0.12"
208208

209209
name_prefix = var.name_prefix
210210
ecs_cluster_name = var.ecs_cluster_name

0 commit comments

Comments
 (0)