Skip to content

Commit

Permalink
Remove the lifecycle hack for branches
Browse files Browse the repository at this point in the history
the branch attribute no longer exists on the repo resource
relates to integrations/terraform-provider-github#1037
#major
  • Loading branch information
charlesmmarshall committed Jul 25, 2023
1 parent a170901 commit 0d56e3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions github_repository.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ resource "github_repository" "repository" {
lifecycle {
ignore_changes = [
auto_init,
# this is a hack that is needed because of
# https://github.com/integrations/terraform-provider-github/issues/1037
# branches,
]
}
}
Expand Down

0 comments on commit 0d56e3c

Please sign in to comment.