diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index 15198a34..0cac8d66 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 = "engine" + name = "ara_fastapi" stage = var.stage }