From 6c2f71a8f9176e089c495c545e976b48ea749489 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 17 Dec 2024 19:09:04 -0500 Subject: [PATCH] Remove unused AWS CodeCommit repositories --- data.tf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 data.tf diff --git a/data.tf b/data.tf deleted file mode 100644 index 895f3b8..0000000 --- a/data.tf +++ /dev/null @@ -1,15 +0,0 @@ -data "aws_codecommit_repository" "ansible" { - repository_name = "image-pipeline-ansible-playbooks" -} - -data "aws_codecommit_repository" "goss" { - repository_name = "image-pipeline-goss-testing" -} - -data "aws_codecommit_repository" "windows" { - repository_name = "windows-image-pipeline" -} - -data "aws_codecommit_repository" "linux" { - repository_name = "linux-image-pipeline" -} \ No newline at end of file