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}"