From dfe0807c6f77adb83c3f22fc81bd649f94b4c7ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:23:42 +0100 Subject: [PATCH] Update Terraform cn-terraform/ecs-fargate/aws to v2.0.52 (#55) 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 20a1625..6112009 100644 --- a/main.tf +++ b/main.tf @@ -71,7 +71,7 @@ module "aws_cw_logs" { #------------------------------------------------------------------------------ module "ecs_fargate" { source = "cn-terraform/ecs-fargate/aws" - version = "2.0.51" + version = "2.0.52" # source = "../terraform-aws-ecs-fargate" name_prefix = "${var.name_prefix}-nexus"