From 442f25559048de61bfe42ac82b1746de15be6785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 06:06:31 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecr/aws to v0.42.1 --- examples/docker-image/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-image/main.tf b/examples/docker-image/main.tf index d05632b..0c931af 100644 --- a/examples/docker-image/main.tf +++ b/examples/docker-image/main.tf @@ -18,7 +18,7 @@ module "label" { # pipeline. It is only done here for convenience and so that the example can be run locally. module "ecr" { source = "cloudposse/ecr/aws" - version = "0.34.0" + version = "0.42.1" name = module.label.id context = module.this.context