Skip to content

Commit

Permalink
fix: add liquibase repo to ecr (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl authored Dec 16, 2024
1 parent db9a36d commit 9f7fc59
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", "liquibase"] : []
}

module "ecr" {
Expand Down

0 comments on commit 9f7fc59

Please sign in to comment.