Skip to content

[BUG]: Property update_allows_fetch_and_merge indefinitely appear as a part of terraform plan/apply #2463

@yurii-kysil

Description

@yurii-kysil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleUsed by stalebot to clean houseStatus: TriageThis is being looked at and prioritizedType: BugSomething isn't working as documented

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions