From 541131a82af2cccd56023574046f0ece141213cb Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 20 Aug 2024 12:53:07 -0700 Subject: [PATCH] chore: Update module name in sandbox.tf --- sandbox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.tf b/sandbox.tf index 081143c..0dffc67 100644 --- a/sandbox.tf +++ b/sandbox.tf @@ -5,7 +5,7 @@ locals { ] } -module "ghe_runners" { +module "sandbox" { source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" for_each = toset(local.workspace_instances) github_repo_description = "Sandbox - ${each.value}"