Skip to content

Commit

Permalink
Format code for consistency in GitHub repository configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Feb 19, 2025
1 parent e9ddaa3 commit 3a975ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github_repo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ resource "github_repository" "repo" {
}

data "github_repository" "existing" {
count = var.create_repo ? 0 : 1
name = var.name
count = var.create_repo ? 0 : 1
name = var.name
}

0 comments on commit 3a975ba

Please sign in to comment.