[BUG]: Property `update_allows_fetch_and_merge` indefinitely appear as a part of terraform plan/apply
Opened this issue · 1 comments
yurii-kysel commented
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
- I agree to follow this project's Code of Conduct
yurii-kysel commented
Can someone help with some useful updates?