From 2fdf6e1bfca8eb2ac59e0fa2342b7b43155e0667 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Thu, 15 Aug 2024 09:21:05 -0700 Subject: [PATCH] Refactor image pipeline module names and update workflows --- image-pipeline.tf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/image-pipeline.tf b/image-pipeline.tf index f6c3c9e..a39e432 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"