diff --git a/main.tf b/main.tf index 09b3de5..fe31a36 100644 --- a/main.tf +++ b/main.tf @@ -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" @@ -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" @@ -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"