Skip to content

Commit

Permalink
chore: Update module source 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 541131a commit 28bd095
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 @@ -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"
Expand Down

0 comments on commit 28bd095

Please sign in to comment.