Skip to content

Commit

Permalink
Comment out repo_exists variable assignment for clarity in github_fil…
Browse files Browse the repository at this point in the history
…es.tf
  • Loading branch information
Dave Arnold committed Feb 19, 2025
1 parent 1193afe commit 91a11df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions github_files.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
locals {
# repo_exists = var.create_repo ? github_repository.repo[0] : data.github_repository.existing[0]

# Process files only if commit signing is not required or if explicitly allowed
should_manage_files = !try(local.repo_exists.require_signed_commits, false) || var.allow_unsigned_files
}
Expand Down

0 comments on commit 91a11df

Please sign in to comment.