From c35e7f9b732c6162c30f0326984881e564d15859 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Aug 2021 05:17:47 +0000 Subject: [PATCH 1/2] chore(deps): update terraform cloudposse/ecr/aws to v0.32.3 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 47b94473..3c9925cd 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ data "aws_region" "current" {} module "ecr" { source = "cloudposse/ecr/aws" - version = "0.32.2" + version = "0.32.3" enabled = var.codepipeline_enabled attributes = ["ecr"] From ed63ebe63eb1706880e784998b67c11dd9c0effb Mon Sep 17 00:00:00 2001 From: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Date: Sat, 21 Aug 2021 05:18:15 +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 ccfdabcb..546f44f3 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,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.58.0 | -| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.2 | +| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.3 | | [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 | | [ecs\_cloudwatch\_sns\_alarms](#module\_ecs\_cloudwatch\_sns\_alarms) | cloudposse/ecs-cloudwatch-sns-alarms/aws | 0.12.1 | diff --git a/docs/terraform.md b/docs/terraform.md index d9d7b014..7e97af07 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -19,7 +19,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.58.0 | -| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.2 | +| [ecr](#module\_ecr) | cloudposse/ecr/aws | 0.32.3 | | [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 | | [ecs\_cloudwatch\_sns\_alarms](#module\_ecs\_cloudwatch\_sns\_alarms) | cloudposse/ecs-cloudwatch-sns-alarms/aws | 0.12.1 |