integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
863 stars 708 forks source link

improve documentation for `github_repository` #2265

Closed garysassano closed 3 weeks ago

garysassano commented 1 month ago

Current github_repository documentation doesn't mention the fact that you may get an inconsistent Terraform plan also for the properties related to allow_merge_commit and allow_squash_merge. When a GitHub App fails to retrieve the state of the repository's settings through the GET method, it will always try to apply new changes ignoring the current values.

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!