From e5ad3da3d9a6d48452200b71d38ad031ffb5b9dd Mon Sep 17 00:00:00 2001 From: arnol377 Date: Thu, 26 Sep 2024 13:18:07 -0400 Subject: [PATCH] fixing main --- main.tf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/main.tf b/main.tf index 221adbe..bfddf6b 100644 --- a/main.tf +++ b/main.tf @@ -12,6 +12,25 @@ locals { } +module "bs-repo" { + source = "HappyPathway/repo/github" + #github_codeowners_team = "CSVD" + github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments" + repo_org = "arnol377" + name = "bs-repo" + github_repo_topics = [ + "terraform" + ] + is_template = true + force_name = true + create_codeowners = false + enforce_prs = false + collaborators = local.collaborators + pull_request_bypassers = local.pull_request_bypassers + github_org_teams = local.github_organization_teams +} + + module "elastic_beanstalk" { source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD"