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"