Skip to content

Commit

Permalink
cleanup(config/clusters/ecr.tf): removed old autobumper ecr resource.
Browse files Browse the repository at this point in the history
Signed-off-by: cappellinsamuele <cappellinsamuele@gmail.com>
  • Loading branch information
cappellinsamuele committed Jul 5, 2023
1 parent bf88bb9 commit deffae0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/clusters/ecr.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ resource "aws_ecr_repository" "docker_dind" {
}
}

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

resource "aws_ecr_repository" "build_plugins" {
name = "test-infra/build-plugins"
encryption_configuration {
Expand Down

0 comments on commit deffae0

Please sign in to comment.