Skip to content

Commit

Permalink
cleanup(config/clusters/ecr.tf): autobump ecr force delete.
Browse files Browse the repository at this point in the history
Signed-off-by: cappellinsamuele <[email protected]>
  • Loading branch information
cappellinsamuele committed May 11, 2023
1 parent 1016f15 commit 5042d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/clusters/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ resource "aws_ecr_repository" "docker_dind" {

resource "aws_ecr_repository" "autobump" {
name = "test-infra/autobump"
force_delete = true
encryption_configuration {
encryption_type = "KMS"
}
Expand Down

0 comments on commit 5042d4e

Please sign in to comment.