From 64b2b804e5aba61ae4119b8112041ed70fd126b5 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 5 Nov 2024 15:39:22 -0800 Subject: [PATCH] cleaning up code (#34) --- main.tf | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/main.tf b/main.tf index 1205503..09b3de5 100644 --- a/main.tf +++ b/main.tf @@ -275,23 +275,6 @@ module "setup_node" { github_org_teams = local.github_organization_teams } -# ghe-runner -module "ghe_runners" { - source = "HappyPathway/repo/github" - github_repo_description = "Manage Repo Specific Runners" - repo_org = "arnol377" - name = "ghe-runners" - github_repo_topics = [ - "terraform" - ] - force_name = true - github_is_private = false - create_codeowners = false - enforce_prs = false - collaborators = local.collaborators - github_org_teams = local.github_organization_teams -} - module "vpc_services" { source = "HappyPathway/repo/github" github_repo_description = "Add VPC Endpoints for Supported Services to given Subnet"