From 75dacced19046258275e534c90621967044493c4 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 5 Nov 2024 18:30:59 -0500 Subject: [PATCH] cleaning up code --- 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"