From 759210328a49ee28047ae6d87ada682d1601fa1e Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 20 Aug 2024 12:41:51 -0400 Subject: [PATCH] fixing module source --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 5e094db..58e2bbf 100644 --- a/main.tf +++ b/main.tf @@ -207,7 +207,7 @@ module "ghe_runners" { } module "aws-service-accounts" { - 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 = "aws-service-accounts"