Skip to content

Commit

Permalink
cleaning up code (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Nov 5, 2024
1 parent 76a936c commit 64b2b80
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64b2b80

Please sign in to comment.