diff --git a/github_repository.tf b/github_repository.tf index bcabd24..f892c58 100644 --- a/github_repository.tf +++ b/github_repository.tf @@ -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, ] } }