correct ecr name

This commit is contained in:
Daniel Roth 2026-03-09 14:14:04 +00:00
parent 255d7e5dbf
commit cf3c4ea7a8

View file

@ -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
}