From abaa5d10dfbdde070484dc78b2ed89ce72d76e2b Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 5 Nov 2024 18:45:05 -0500 Subject: [PATCH] removing github-runners.tf --- github-runners.tf | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 github-runners.tf diff --git a/github-runners.tf b/github-runners.tf deleted file mode 100644 index 1b3e669..0000000 --- a/github-runners.tf +++ /dev/null @@ -1,36 +0,0 @@ -module "template_ecs_github_runners" { - source = "HappyPathway/repo/github" - #github_codeowners_team = "CSVD" - github_repo_description = "Terraform Workspace for creating Github Runners" - repo_org = "arnol377" - name = "template-ecs-github-runners" - github_repo_topics = [ - "terraform" - ] - is_template = true - force_name = true - create_codeowners = false - enforce_prs = false - collaborators = local.collaborators - pull_request_bypassers = local.pull_request_bypassers - github_org_teams = local.github_organization_teams -} - -module "csvd_ecs_github_runners" { - source = "HappyPathway/repo/github" - #github_codeowners_team = "CSVD" - github_repo_description = "Terraform Workspace for creating Github Runners" - repo_org = "arnol377" - name = "csvd-ecs-github-runners" - github_repo_topics = [ - "terraform" - ] - force_name = true - create_codeowners = false - enforce_prs = false - collaborators = local.collaborators - pull_request_bypassers = local.pull_request_bypassers - github_org_teams = local.github_organization_teams -} - -# pr-check