Skip to content

Commit

Permalink
fix: replace local module path with CSVD GHE HTTPS source ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Apr 21, 2026
1 parent 809e9b7 commit 9b33f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ locals {
}

module "github_repo" {
source = "../terraform-github-repo"
source = "git::https://github.e.it.census.gov/CSVD/terraform-github-repo.git?ref=feat/files-branch-source-branch"

name = var.name
repo_org = var.organization
Expand Down

0 comments on commit 9b33f6e

Please sign in to comment.