Skip to content

Commit

Permalink
removing bs-repo, it was full of bs :)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 26, 2024
1 parent b2a5d88 commit 79a5c3f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 79a5c3f

Please sign in to comment.