From 79a5c3f135df5e072b91749bbf0ab8a8d29a25c6 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Thu, 26 Sep 2024 13:33:20 -0400 Subject: [PATCH] removing bs-repo, it was full of bs :) --- main.tf | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/main.tf b/main.tf index bfddf6b..221adbe 100644 --- a/main.tf +++ b/main.tf @@ -12,25 +12,6 @@ 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"