Skip to content

Commit

Permalink
adding vpc-services
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 25, 2024
1 parent 28c23c4 commit df25a58
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,18 @@ module "ghe_runners" {
enforce_prs = false
collaborators = local.collaborators
}

module "vpc_services" {
source = "HappyPathway/repo/github"
github_repo_description = "Add VPC Endpoints for Supported Services to given Subnet"
repo_org = "arnol377"
name = "vpc-services"
github_repo_topics = [
"terraform"
]
force_name = true
github_is_private = false
create_codeowners = false
enforce_prs = false
collaborators = local.collaborators
}

0 comments on commit df25a58

Please sign in to comment.