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
Hi there,I encountered a problem in the Data Source 'netboxdevices': the provider expects that devices.customfields is a Map of Strings, which is causing me an error with the custom field 'example' of type bool, as a boolean value is expected there."
╷
│ Error: devices.0.custom_fields.Maintenance: '' expected type 'string', got unconvertible type 'bool', value: 'false'
│
│ with data.netbox_devices.example,
│ on main.tf line 15, in data "netbox_devices" "example":
│ 15: data "netbox_devices" "example" {
│
Expected Behavior
data source netbox_devices run completely.
Actual Behavior
What actually happened?
Steps to Reproduce
Create custom field with type "bool" and try add object with data source "netbox_devices"
The text was updated successfully, but these errors were encountered:
Issue Reporting Guide
Hi there,I encountered a problem in the Data Source 'netboxdevices': the provider expects that devices.customfields is a Map of Strings, which is causing me an error with the custom field 'example' of type bool, as a boolean value is expected there."
Terraform Version
Terraform v1.9.5
Affected Resource(s)
netbox_devices (Data Source)
Terraform Configuration Files
Panic Output
Expected Behavior
data source netbox_devices run completely.
Actual Behavior
What actually happened?
Steps to Reproduce
Create custom field with type "bool" and try add object with data source "netbox_devices"
The text was updated successfully, but these errors were encountered: