From c7caf295b1049817034ab74f5e10925fbeb6f17e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 17:33:16 +0100 Subject: [PATCH] Update Terraform cn-terraform/ecs-fargate-service/aws to v2.0.29 (#32) Co-authored-by: Renovate Bot --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 422209d..234067b 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.28" + version = "2.0.29" # source = "../terraform-aws-ecs-fargate-service" name_prefix = "${var.name_prefix}-jenkins"