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