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 c513e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/clusters/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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 c513e25

Please sign in to comment.