diff --git a/netbox/custom_fields.go b/netbox/custom_fields.go index ad35c37d..e5696821 100644 --- a/netbox/custom_fields.go +++ b/netbox/custom_fields.go @@ -9,7 +9,8 @@ const customFieldsKey = "custom_fields" var customFieldsSchema = &schema.Schema{ Type: schema.TypeMap, Optional: true, - Default: nil, + Default: "", + Required: false, Elem: &schema.Schema{ Type: schema.TypeString, Default: nil,