From 89e28386d295f9dc11d27e5340fcc91bc1e272f5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 11 Sep 2025 13:26:44 -0400 Subject: [PATCH] Update GitHub repository source URL in main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index af88a2b..5a281a3 100644 --- a/main.tf +++ b/main.tf @@ -42,7 +42,7 @@ locals { } module "github_repo" { - source = "github.com/HappyPathway/terraform-github-repo" + source = "git::https://github.e.it.census.gov/CSVD/terraform-github-repo.git" name = var.name repo_org = var.organization