Skip to content

Commit

Permalink
chore: Update provider URLs in providers.tf and add image pipeline mo…
Browse files Browse the repository at this point in the history
…dules
  • Loading branch information
Dave Arnold committed Aug 14, 2024
1 parent b0358a2 commit 344dfeb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 72 deletions.
18 changes: 18 additions & 0 deletions image-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
72 changes: 0 additions & 72 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 344dfeb

Please sign in to comment.