From ee5c80d7eb216c9d0386fb7d6e35bbf2e942c778 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:29:53 +0100 Subject: [PATCH] Update Terraform cn-terraform/ecs-service-autoscaling/aws to v1.0.9 (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 29529f8..53702da 100644 --- a/main.tf +++ b/main.tf @@ -202,7 +202,7 @@ module "ecs-autoscaling" { count = var.enable_autoscaling ? 1 : 0 source = "cn-terraform/ecs-service-autoscaling/aws" - version = "1.0.8" + version = "1.0.9" name_prefix = var.name_prefix ecs_cluster_name = var.ecs_cluster_name