Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
yurii-kysel opened this issue Nov 14, 2024 · 0 comments
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented

Comments

@yurii-kysel
Copy link

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 yurii-kysel added Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Bug Something isn't working as documented
Projects
None yet
Development

No branches or pull requests

1 participant