You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: [PUT /extras/event-rules/{id}/][400] extras_event_rules_update default {"event_types":["This field is required."]}
│
│ with netbox_event_rule.esxi_system_update,
│ on webhooks.tf line 102, in resource "netbox_event_rule" "esxi_system_update":
│ 102: resource "netbox_event_rule" "esxi_system_update" {
Expected Behavior
The event rule should be updated.
Actual Behavior
Update fails with the error above.
Steps to Reproduce
Install netbox 4.1.7.
Try to create a netbox_event_rule resource.
Important Factoids
The payload format for netbox_event_rule has changed from 4.0.x to 4.1.x.
Netbox version
v4.1.7
The provider does not support 4.1.x. This is an issue to add on the roadmap for supporting it.
Terraform Version
tofu --version
OpenTofu v1.8.2
on linux_amd64
Affected Resource(s)
netbox_event_rule
Terraform Configuration Files
Debug Output
│ Error: [PUT /extras/event-rules/{id}/][400] extras_event_rules_update default {"event_types":["This field is required."]}
│
│ with netbox_event_rule.esxi_system_update,
│ on webhooks.tf line 102, in resource "netbox_event_rule" "esxi_system_update":
│ 102: resource "netbox_event_rule" "esxi_system_update" {
Expected Behavior
The event rule should be updated.
Actual Behavior
Update fails with the error above.
Steps to Reproduce
Install netbox 4.1.7.
Try to create a netbox_event_rule resource.
Important Factoids
The payload format for netbox_event_rule has changed from 4.0.x to 4.1.x.
References
https://github.com/netbox-community/netbox/releases/tag/v4.1.0
The text was updated successfully, but these errors were encountered: