From 91e9a75685d782ac5e541024007930263087d63c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 14:36:50 +0100 Subject: [PATCH] Update Terraform cn-terraform/ecs-fargate-service/aws to v2.0.25 (#27) Co-authored-by: Renovate Bot --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 3534e7b..a48a26d 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.24" + version = "2.0.25" # source = "../terraform-aws-ecs-fargate-service" name_prefix = "${var.name_prefix}-jenkins"