From a4058372c0a2d55980183967e83da0e93f3cd558 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Jul 2021 21:45:49 +0000 Subject: [PATCH 1/2] chore(deps): update terraform cloudposse/ecs-container-definition/aws to v0.57.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 2ad19bed..4b669590 100644 --- a/main.tf +++ b/main.tf @@ -60,7 +60,7 @@ module "alb_ingress" { module "container_definition" { source = "cloudposse/ecs-container-definition/aws" - version = "0.56.0" + version = "0.57.0" container_name = module.this.id container_image = var.use_ecr_image ? module.ecr.repository_url : var.container_image container_memory = var.container_memory From d8a5511a5c30753b4e3cf92641853d86ea368bfb Mon Sep 17 00:00:00 2001 From: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:46:26 +0000 Subject: [PATCH 2/2] Auto Format --- README.md | 2 +- docs/terraform.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9710e3e..c34f7998 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Available targets: |------|--------|---------| | [alb\_ingress](#module\_alb\_ingress) | cloudposse/alb-ingress/aws | 0.23.0 | | [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.15.0 | -| [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.56.0 | +| [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.57.0 | | [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.2 | | [ecs\_alb\_service\_task](#module\_ecs\_alb\_service\_task) | cloudposse/ecs-alb-service-task/aws | 0.55.1 | | [ecs\_cloudwatch\_autoscaling](#module\_ecs\_cloudwatch\_autoscaling) | cloudposse/ecs-cloudwatch-autoscaling/aws | 0.7.0 | diff --git a/docs/terraform.md b/docs/terraform.md index 25c893b7..0c1e8fcd 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -18,7 +18,7 @@ |------|--------|---------| | [alb\_ingress](#module\_alb\_ingress) | cloudposse/alb-ingress/aws | 0.23.0 | | [alb\_target\_group\_cloudwatch\_sns\_alarms](#module\_alb\_target\_group\_cloudwatch\_sns\_alarms) | cloudposse/alb-target-group-cloudwatch-sns-alarms/aws | 0.15.0 | -| [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.56.0 | +| [container\_definition](#module\_container\_definition) | cloudposse/ecs-container-definition/aws | 0.57.0 | | [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.2 | | [ecs\_alb\_service\_task](#module\_ecs\_alb\_service\_task) | cloudposse/ecs-alb-service-task/aws | 0.55.1 | | [ecs\_cloudwatch\_autoscaling](#module\_ecs\_cloudwatch\_autoscaling) | cloudposse/ecs-cloudwatch-autoscaling/aws | 0.7.0 |