integrations / terraform-provider-github

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

[BUG]: `vulnerability_alerts` diff on plan output for archived repository #2291

Open treezio opened 3 weeks ago

treezio commented 3 weeks ago

Expected Behavior

Plan output should not show diff for vulnerability_alerts parameters as it is not modifiable parameter for an archived repository.

Actual Behavior

Plan output shows vulnerability_alerts diff

Terraform Version

Tested with both: terraform 1.4.0 and 1.8.0 arm64

With provider versions: 5.37.0 and 6.2.1

Affected Resource(s)

Terraform Configuration Files

No response

Steps to Reproduce

terraform plan

Debug Output

No response

Panic Output

No response

Code of Conduct