From 009fdd9d0520a42a28777b4104ee7de2db013916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 03:48:22 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecr/aws to v0.35.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index c0aa968..6a68cbe 100644 --- a/main.tf +++ b/main.tf @@ -66,7 +66,7 @@ module "elastic_beanstalk_environment" { # Elastic Container Registry Docker Repository module "ecr" { source = "cloudposse/ecr/aws" - version = "0.34.0" + version = "0.35.0" context = module.this.context }