From cf3c4ea7a8b577abdb53e0aa497bd5c6a68b9f89 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 9 Mar 2026 14:14:04 +0000 Subject: [PATCH] correct ecr name --- 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 0cac8d66..05a3665e 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -500,6 +500,6 @@ module "ara_fast_api_state_bucket" { module "ara_fastapi_registry" { source = "../modules/container_registry" - name = "ara_fastapi" + name = "ara-fastapi" stage = var.stage }