From 6bed6c5fff0b51ef7f9cc36d897e1f3e8b922304 Mon Sep 17 00:00:00 2001 From: james Hart Date: Tue, 2 Jul 2024 09:27:10 +0100 Subject: [PATCH] Fix examples/ecr.tf to 7.0.0 --- examples/ecr.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ecr.tf b/examples/ecr.tf index beb1951..d56476b 100644 --- a/examples/ecr.tf +++ b/examples/ecr.tf @@ -5,7 +5,7 @@ * */ module "ecr" { - source = "github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials?ref=6.1.1" + source = "github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials?ref=7.0.0" # Repository configuration repo_name = var.namespace