diff --git a/image-pipeline.tf b/image-pipeline.tf index 24ece4f..e9423d2 100644 --- a/image-pipeline.tf +++ b/image-pipeline.tf @@ -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" @@ -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" @@ -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"