Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Nov 6, 2024
1 parent abaa5d1 commit 339cbeb
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,27 +85,6 @@ module "github-runner-images" {
github_org_teams = local.github_organization_teams
}



# centralized-actions
module "centralized-actions" {
source = "HappyPathway/repo/github"
#github_codeowners_team = "CSVD"
github_repo_description = "Repository for centralized and reusable github actions"
repo_org = "CSVD"
name = "centralized-actions"
github_repo_topics = [
"terraform"
]
force_name = true
create_codeowners = false
enforce_prs = true
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
github_is_private = false
github_org_teams = local.github_organization_teams
}

# terraform-github-repo
module "terraform-github-repo" {
source = "HappyPathway/repo/github"
Expand Down Expand Up @@ -186,25 +165,6 @@ module "elastic_beanstalk_nodejs" {
}


module "test-statefile" {
source = "HappyPathway/repo/github"
#github_codeowners_team = "CSVD"
github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments"
repo_org = "CSVD"
name = "test-statefile"
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_docker" {
source = "HappyPathway/repo/github"
#github_codeowners_team = "CSVD"
Expand Down Expand Up @@ -243,22 +203,6 @@ module "beanstalk-demo" {
github_org_teams = local.github_organization_teams
}

module "setup_terraform" {
source = "HappyPathway/repo/github"
github_repo_description = "Github Actions SetupTerraform"
repo_org = "arnol377"
name = "gh-actions-setup-terraform"
github_repo_topics = [
"terraform"
]
force_name = true
github_is_private = false
create_codeowners = false
enforce_prs = false
collaborators = local.collaborators
github_org_teams = local.github_organization_teams
}

module "setup_node" {
source = "HappyPathway/repo/github"
github_repo_description = "Github Actions Setup Node"
Expand Down

0 comments on commit 339cbeb

Please sign in to comment.