Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/netbox_device_custom_fields] added support custom_fields for… #242

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert default value to nil
  • Loading branch information
Dontsu Semen Igorevich authored and fbreckle committed Nov 16, 2022
commit 5eb24ded82a5fb72cfa88e5bd0c81333f29e310a
2 changes: 1 addition & 1 deletion netbox/custom_fields.go
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ const customFieldsKey = "custom_fields"
var customFieldsSchema = &schema.Schema{
Type: schema.TypeMap,
Optional: true,
Default: "",
Default: nil,
Required: false,
Elem: &schema.Schema{
Type: schema.TypeString,