Skip to content

Commit

Permalink
Make images mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Nov 13, 2024
1 parent c5e1f1f commit 8386158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module "ecr" {
repository_name = local.ecr_name

repository_read_write_access_arns = [data.aws_caller_identity.current.arn]
repository_image_tag_mutability = "MUTABLE"
repository_lifecycle_policy = jsonencode({
"rules" : [
{
Expand Down

0 comments on commit 8386158

Please sign in to comment.