Skip to content

Commit

Permalink
style: Terraform formatting changes [skip ci] [skip test]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2025
1 parent 3ffa95c commit 001e1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ output "visibility" {

output "default_branch" {
description = "Default branch of the repository"
value = var.create_repo ? var.github_default_branch : (
value = var.create_repo ? var.github_default_branch : (
length(data.github_repository.existing) > 0 ? lookup(data.github_repository.existing[0], "default_branch", "main") : "main"
)
}
Expand Down

0 comments on commit 001e1d6

Please sign in to comment.