Skip to content

Commit

Permalink
fixing main
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 26, 2024
1 parent 1229bc4 commit e5ad3da
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e5ad3da

Please sign in to comment.