Skip to content

Commit

Permalink
fix: added missing ecr account
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell committed Dec 12, 2024
1 parent 1e9873b commit 1a86cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/account/ecr.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
repositories = var.create_ecr_resources ? ["api", "cli", "selfserve", "internal"] : []
repositories = var.create_ecr_resources ? ["api", "cli", "selfserve", "internal", "search"] : []
}

module "ecr" {
Expand Down

0 comments on commit 1a86cf5

Please sign in to comment.