[BUG]: The github_repository
resource churns on vulnerability_alerts
if not explicitly set
#2489
Open
1 task done
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
Expected Behavior
When creating a new repository with the
github_repository
resource, this should not churn ifvulnerability_alerts
is not set.Actual Behavior
If
vulnerability_alerts
is not set it will constantly churn.Terraform Version
n/a
Affected Resource(s)
github_repository
Terraform Configuration Files
Steps to Reproduce
Apply the above resource and then run a plan.
This issue is being caused by a missing
Computed: true
value on the schema. I'll open a PR to fix this, but long term this attribute should be deprecated and handled by it's own resource.Debug Output
No response
Panic Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: