mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
correct ecr name
This commit is contained in:
parent
255d7e5dbf
commit
cf3c4ea7a8
1 changed files with 1 additions and 1 deletions
|
|
@ -500,6 +500,6 @@ module "ara_fast_api_state_bucket" {
|
||||||
|
|
||||||
module "ara_fastapi_registry" {
|
module "ara_fastapi_registry" {
|
||||||
source = "../modules/container_registry"
|
source = "../modules/container_registry"
|
||||||
name = "ara_fastapi"
|
name = "ara-fastapi"
|
||||||
stage = var.stage
|
stage = var.stage
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue