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 a2b9b6f commit 889a955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_files.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
repo_exists = var.create_repo ? github_repository.repo[0] : data.github_repository.existing[0]
# 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 889a955

Please sign in to comment.