### Expected Behavior When the property `update_allows_fetch_and_merge` is changed to `false`, it should be applied once and no longer appear in the terraform plan. ### Actual Behavior The terraform apply result looks fine: `Apply complete! Resources: 0 added, 23 changed, 0 destroyed.` But even after applying, it still appears in a terraform plan like below: ~ rules { ~ update_allows_fetch_and_merge = true -> false # (6 unchanged attributes hidden) } ### Terraform Version Terraform v1.8.4 on ubuntu-20.04 + provider registry.terraform.io/integrations/github v6.3.0 ### Affected Resource(s) - github_repository_ruleset ### Terraform Configuration Files _No response_ ### Steps to Reproduce _No response_ ### Debug Output _No response_ ### Panic Output _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct