Skip to content

Commit

Permalink
add lifecycle policy keep count (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 13, 2025
1 parent 759d75d commit 0d54266
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions copy_images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ module "images" {
image_config = local.image_config
tags = {}

enable_lifecycle_policy = true
lifecycle_policy_all = true
force_delete = true
enable_lifecycle_policy = true
lifecycle_policy_all = true
force_delete = true
lifecycle_policy_keep_count = 3
}

0 comments on commit 0d54266

Please sign in to comment.