From 28bd0953c8a2015d95bad44d23c2c8e73ba22d68 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 20 Aug 2024 12:56:50 -0700 Subject: [PATCH] chore: Update module source in sandbox.tf --- sandbox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.tf b/sandbox.tf index 0dffc67..29d3c43 100644 --- a/sandbox.tf +++ b/sandbox.tf @@ -6,7 +6,7 @@ locals { } module "sandbox" { - source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + source = "HappyPathway/repo/github" for_each = toset(local.workspace_instances) github_repo_description = "Sandbox - ${each.value}" repo_org = "arnol377"