From 18bfb564e74cbbc988866cb24f5a3f28319ce6e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 12:23:40 +0100 Subject: [PATCH] Update Terraform cn-terraform/ecs-fargate-service/aws to v2.0.27 (#29) Co-authored-by: Renovate Bot --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 7ee24b6..27cda3a 100644 --- a/main.tf +++ b/main.tf @@ -152,7 +152,7 @@ module "td" { #------------------------------------------------------------------------------ module "ecs-fargate-service" { source = "cn-terraform/ecs-fargate-service/aws" - version = "2.0.26" + version = "2.0.27" # source = "../terraform-aws-ecs-fargate-service" name_prefix = "${var.name_prefix}-jenkins"