Skip to content

Commit

Permalink
add force_delete to the aws-ecr-copy-images module
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 19, 2024
1 parent 3e06505 commit 1100f5d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module "images_cluster_autoscaler" {
application_list = []
application_name = format("eks/%v", var.cluster_name)
image_config = [for k, v in var.cluster_autoscaler_images : v if v.enabled]
force_delete = true
tags = merge(
local.base_tags,
local.common_tags,
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module "images" {
application_list = []
application_name = format("eks/%v", var.cluster_name)
image_config = local.image_config
force_delete = true
tags = merge(
local.base_tags,
local.common_tags,
Expand Down

0 comments on commit 1100f5d

Please sign in to comment.