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"