Expected Behavior
When creating a new repository with the github_repository resource, this should not churn if vulnerability_alerts is not set.
Actual Behavior
If vulnerability_alerts is not set it will constantly churn.
Terraform Version
n/a
Affected Resource(s)
Terraform Configuration Files
resource "github_repository" "test" {
name = "test"
}
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
Expected Behavior
When creating a new repository with the
github_repositoryresource, this should not churn ifvulnerability_alertsis not set.Actual Behavior
If
vulnerability_alertsis not set it will constantly churn.Terraform Version
n/a
Affected Resource(s)
github_repositoryTerraform Configuration Files
Steps to Reproduce
Apply the above resource and then run a plan.
This issue is being caused by a missing
Computed: truevalue 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