Skip to content

Commit

Permalink
fixing module source
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 23, 2024
1 parent e802194 commit fbf1ce0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit fbf1ce0

Please sign in to comment.