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

Add the ability to define custom_fields attached to thenetbox_ip_address resource #501

Open
TGM opened this issue Nov 23, 2023 · 0 comments

Comments

@TGM
Copy link

TGM commented Nov 23, 2023

NetBox version

v3.4.3

Proposed functionality

Add the ability to define custom_fields in netbox_ip_address

Similar to the custom_fields found in netbox_virtual_machine resource.

custom_fields (Map of String)

Use case

Allows us to declare custom_fields attached to the netbox_ip_address resource.

End result

    "custom_fields": {
        "record1": "test1,test2",
        "record2": null,
        "record3": false,
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant