Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
2 parents ab5c044 + 2fdf6e1 commit 21ba5d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions image-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {

module "image_pipeline_repos" {
for_each = toset(local.pipeline_repos)
source = "git@github.e.it.census.gov:CSVD/terraform-github-repo"
source = "HappyPathway/repo/github"
#github_codeowners_team = "CSVD"
github_repo_description = "Template repo for windows image pipelines"
repo_org = "arnol377"
Expand Down Expand Up @@ -58,8 +58,7 @@ module "asset_releases" {

# image-pipeline
module "aws_image_pipeline" {
source = "git@github.e.it.census.gov:CSVD/terraform-github-repo"
#github_codeowners_team = "CSVD"
source = "HappyPathway/repo/github"
github_repo_description = "Terraform Workspace for creating and managing AWS Image Pipelines"
repo_org = "arnol377"
name = "aws-image-pipeline"
Expand Down Expand Up @@ -104,8 +103,7 @@ module "aws_image_pipeline" {

# image-pipeline
module "terraform_aws_image_pipeline" {
source = "git@github.e.it.census.gov:CSVD/terraform-github-repo"
#github_codeowners_team = "CSVD"
source = "HappyPathway/repo/github"
github_repo_description = "Terraform Module that creates codepipeline and codebuild jobs and other resources for building and deploying images"
repo_org = "arnol377"
name = "terraform-aws-image-pipeline"
Expand Down

0 comments on commit 21ba5d7

Please sign in to comment.