Skip to content

Commit

Permalink
create ecr repo for admin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 8, 2024
1 parent ffcc1e9 commit b51daeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ module api_ecr {
ecr_repo_name = "api"
}

module admin_ecr {
source = "./modules/ecr"
project_name = var.project_name
ecr_repo_name = "admin"
}

module "iam" {
source = "./modules/iam"
}
Expand Down

0 comments on commit b51daeb

Please sign in to comment.