From f3d58a37f0f776d48004294b2f12c06fa6d6767a Mon Sep 17 00:00:00 2001 From: jakemulley Date: Tue, 31 Oct 2023 15:26:36 +0000 Subject: [PATCH] Bump version used in template and by CLI to latest release --- examples/ecr.tf | 71 ++++--------------------------------------------- 1 file changed, 5 insertions(+), 66 deletions(-) diff --git a/examples/ecr.tf b/examples/ecr.tf index 1b64a1d..143c3e5 100644 --- a/examples/ecr.tf +++ b/examples/ecr.tf @@ -5,77 +5,16 @@ * */ module "ecr" { - source = "github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials?ref=6.0.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-ecr-credentials?ref=6.1.0" - # REQUIRED: Repository configuration + # Repository configuration repo_name = var.namespace - # REQUIRED: OIDC providers to configure, either "github", "circleci", or both - oidc_providers = ["github"] - - # REQUIRED: GitHub repositories that push to this container repository + # OpenID Connect configuration + oidc_providers = ["github"] github_repositories = ["example-repository"] - # OPTIONAL: GitHub environments, to create variables as actions variables in your environments - # github_environments = ["production"] - - # Lifecycle policies - # Uncomment the below to automatically tidy up old Docker images - /* - lifecycle_policy = <