Skip to content

Commit

Permalink
Include patch from e-breuninger#242 for custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Pasternak committed Aug 16, 2024
1 parent 4320b28 commit afcaa03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netbox/custom_fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit afcaa03

Please sign in to comment.