Skip to content

Commit

Permalink
fix: added tag mutability conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell committed Jan 14, 2025
1 parent 4e78843 commit 6d227c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/terraform/modules/account/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module "ecr" {

repository_name = "vol-app/${each.key}"

repository_image_tag_mutability = (each.key == "liquibase" ? "MUTABLE" : "IMMUTABLE")

repository_read_access_arns = concat(
[
module.github[0].oidc_readonly_role_arn,
Expand Down

0 comments on commit 6d227c2

Please sign in to comment.