Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Feb 21, 2025
1 parent ff423c6 commit aed1d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_branch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "github_branch" "branch" {
resource "github_branch_default" "default_main_branch" {
repository = local.github_repo.name
branch = var.github_default_branch

# Only set if not "main"
lifecycle {
precondition {
Expand Down

0 comments on commit aed1d23

Please sign in to comment.