diff --git a/image-pipeline.tf b/image-pipeline.tf index 5349526..d5b890c 100644 --- a/image-pipeline.tf +++ b/image-pipeline.tf @@ -72,4 +72,22 @@ module "asset_releases" { collaborators = local.collaborators admin_teams = [github_team.team.name] pull_request_bypassers = local.pull_request_bypassers +} + +# image-pipeline +module "image_pipeline" { + source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + #github_codeowners_team = "CSVD" + github_repo_description = "Terraform Workspace for creating and managing AWS Image Pipelines" + repo_org = "arnol377" + name = "aws-image-pipeline" + github_repo_topics = [ + "terraform" + ] + force_name = true + create_codeowners = false + enforce_prs = true + collaborators = local.collaborators + admin_teams = [github_team.team.name] + pull_request_bypassers = local.pull_request_bypassers } \ No newline at end of file diff --git a/main.tf b/main.tf index f806ac6..d276cb5 100644 --- a/main.tf +++ b/main.tf @@ -155,26 +155,6 @@ module "elastic_beanstalk_docker" { pull_request_bypassers = local.pull_request_bypassers } - -# image-pipeline -module "image_pipeline" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" - #github_codeowners_team = "CSVD" - github_repo_description = "Terraform Workspace for creating and managing AWS Image Pipelines" - repo_org = "arnol377" - name = "aws-image-pipeline" - github_repo_topics = [ - "terraform" - ] - force_name = true - create_codeowners = false - enforce_prs = true - collaborators = local.collaborators - admin_teams = [github_team.team.name] - pull_request_bypassers = local.pull_request_bypassers -} - - module "beanstalk-demo" { source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" #github_codeowners_team = "CSVD" @@ -193,58 +173,6 @@ module "beanstalk-demo" { pull_request_bypassers = local.pull_request_bypassers } - -module "image-pipeline-playbook" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" - #github_codeowners_team = "CSVD" - github_repo_description = "Terraform Workspace for creating and managing Ansible Playbook" - repo_org = "arnol377" - name = "image-pipeline-playbook" - github_repo_topics = [ - "terraform" - ] - force_name = true - create_codeowners = false - enforce_prs = false - collaborators = local.collaborators - admin_teams = [github_team.team.name] - pull_request_bypassers = local.pull_request_bypassers -} - - -module "windows-ami-build" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" - #github_codeowners_team = "CSVD" - github_repo_description = "Terraform Workspace for creating and managing AWS Dev Network" - repo_org = "arnol377" - name = "windows-ami-build" - github_is_private = true - github_repo_topics = [ - "terraform" - ] - force_name = true - create_codeowners = false - enforce_prs = false - admin_teams = [github_team.team.name] - pull_request_bypassers = local.pull_request_bypassers -} - -# RHEL Pipeline - Testing Braxton -module "arm_rhel_image_pipeline" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" - github_repo_description = "ARM-based RHEL AMI Pipeline" - repo_org = "arnol377" - name = "arm-rhel-image-pipeline" - github_repo_topics = [ - "terraform" - ] - force_name = true - create_codeowners = false - enforce_prs = false - collaborators = local.collaborators - admin_teams = [github_team.team.name] -} - module "setup_terraform" { source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" github_repo_description = "Github Actions SetupTerraform"