diff --git a/main.tf b/main.tf index e725af3..20d73d9 100644 --- a/main.tf +++ b/main.tf @@ -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 +}