Skip to content

Commit

Permalink
chore: Update module name in sandbox.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Aug 20, 2024
1 parent cb6d484 commit 541131a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 541131a

Please sign in to comment.