From 269d9f38a2d484b43c7d5c1ff3b57521f9301101 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 21 Apr 2026 14:46:59 -0400 Subject: [PATCH] fix: point module source to CSVD/terraform-github-repo main (feat/files-branch-source-branch merged) --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index db5b9f3..ff0749b 100644 --- a/main.tf +++ b/main.tf @@ -215,7 +215,7 @@ locals { } module "github_repo" { - source = "git::https://github.e.it.census.gov/CSVD/terraform-github-repo.git?ref=feat/files-branch-source-branch" + source = "git::https://github.e.it.census.gov/CSVD/terraform-github-repo.git?ref=main" name = var.name repo_org = var.organization