diff --git a/main.tf b/main.tf index 006b3a9..bfe4667 100644 --- a/main.tf +++ b/main.tf @@ -12,7 +12,7 @@ locals { module "elastic_beanstalk" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments" repo_org = "arnol377" @@ -32,7 +32,7 @@ module "elastic_beanstalk" { # terraform-repos module "automation-repos" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Automation Repos for Morpheus POC" repo_org = "CSVD" @@ -49,7 +49,7 @@ module "automation-repos" { # terraform-repos module "csvd-org-management" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Automation Repos for Morpheus POC" repo_org = "CSVD" @@ -65,7 +65,7 @@ module "csvd-org-management" { } module "external-actions" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Automation Repos for Morpheus POC" repo_org = "CSVD" @@ -81,7 +81,7 @@ module "external-actions" { } module "github-runner-images" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Github Runner Images Import" repo_org = "CSVD" @@ -118,7 +118,7 @@ module "centralized-actions" { # terraform-github-repo module "terraform-github-repo" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Terraform Module for managing github repos" repo_org = "CSVD" @@ -135,7 +135,7 @@ module "terraform-github-repo" { module "elastic_beanstalk_java" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments" repo_org = "arnol377" @@ -154,7 +154,7 @@ module "elastic_beanstalk_java" { } module "elastic_beanstalk_php" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments" repo_org = "arnol377" @@ -173,7 +173,7 @@ module "elastic_beanstalk_php" { } module "elastic_beanstalk_nodejs" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments" repo_org = "arnol377" @@ -194,7 +194,7 @@ module "elastic_beanstalk_nodejs" { module "elastic_beanstalk_docker" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments" repo_org = "arnol377" @@ -213,7 +213,7 @@ module "elastic_beanstalk_docker" { } module "beanstalk-demo" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" #github_codeowners_team = "CSVD" github_repo_description = "Terraform Workspace for creating and managing AWS Beanstalk Demo" repo_org = "arnol377" @@ -230,7 +230,7 @@ module "beanstalk-demo" { } module "setup_terraform" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" github_repo_description = "Github Actions SetupTerraform" repo_org = "arnol377" name = "gh-actions-setup-terraform" @@ -245,7 +245,7 @@ module "setup_terraform" { } module "setup_node" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" github_repo_description = "Github Actions Setup Node" repo_org = "arnol377" name = "gh-actions-setup-node" @@ -261,7 +261,7 @@ module "setup_node" { # ghe-runner module "ghe_runners" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" github_repo_description = "Manage Repo Specific Runners" repo_org = "arnol377" name = "ghe-runners"