From a8026eb490eb734f65d6ea7e866a3f6571cdd707 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 11:29:22 +0000 Subject: [PATCH] name is reused to stage anyway --- infrastructure/terraform/shared/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index acb1b070..424204a3 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -304,7 +304,7 @@ output "address2uprn_state_bucket_name" { module "address2uprn_registry" { source = "../modules/container_registry" - name = "address2uprn-${var.stage}" + name = "address2uprn" stage = var.stage }