From 6e75dd08e63d0c358e103a251046fbfbd11322af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:28:16 +0000 Subject: [PATCH] chore(deps): update terraform cloudposse/ecr/aws to v0.44.0 --- 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..4106ffa 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.44.0" name = module.label.id context = module.this.context