Skip to content

cleaning up code #34

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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