-
Notifications
You must be signed in to change notification settings - Fork 898
Closed
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Description
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)
github_repository
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: BugSomething isn't working as documentedSomething isn't working as documented
Type
Projects
Status
✅ Done
Status
Done