Skip to content

Releases: e-breuninger/terraform-provider-netbox

v5.3.0

09 Apr 16:08
5bc4a4b

Choose a tag to compare

5.3.0 (April 9th, 2026)

ENHANCEMENTS

  • provider: Now supports using v2 API tokens (#862 by @MrKeiKun)
    Note that this is a NetBox v4.5 feature. This provider does not officially support v4.5 versions yet.
  • New Resource: netbox_wireless_lan (#859 by @JonasKop)
  • New Resource: netbox_wireless_lan_group (#859 by @JonasKop)
  • resource/netbox_virtual_machine: Support auto-calculation of disk_size_mb attribute (#854 by @keshy7)
  • resource/netbox_ip_range: Add custom_fields attribute (#842 by @jonas-sjodin-stegra)
  • resource/netbox_available_ip_address: Add custom_fields attribute (#841 by @jonas-sjodin-stegra)
  • resource/netbox_interface: Add bridge_interface_id attribute (#856 by @mraerino)
  • data-source/netbox_ip_addresses: Add custom_fields attribute (#848 by @jonas-sjodin-stegra)
  • data-source/netbox_vlans: Add id attribute (#662 by @rypti)
  • resource/netbox_cable: Add usb as option for type attribute (#858 by @JonasKop)

BUG FIXES

  • provider: use better error checking in many read functions (#864 by @MrKeiKun)
  • resource/netbox_token: Handle expires field correctly (#853 by @Oceaneyes123)

v5.2.1

12 Mar 19:02
96dd30f

Choose a tag to compare

5.2.1 (March 12th, 2026)

ENHANCEMENTS

v5.2.0

11 Mar 10:55
bc54a2e

Choose a tag to compare

5.2.0 (March 11th, 2026)

ENHANCEMENTS

  • New Data Source: netbox_vlan_groups (#787 by @hp197)
  • data-source/netbox_vlan_group: Add id attribute (#787 by @hp197)
  • data-source/netbox_ip_range: Add many missing filters (#827 by @oliverwiegers)

BUG FIXES

  • resource/netbox_available_ip_address: Force replacement when prefix_id or ip_range_id changes (#837 by @bl0way)

v5.1.0

26 Jan 14:27
74fb89e

Choose a tag to compare

5.1.0 (January 26th, 2026)

ENHANCEMENTS

BUG FIXES

  • Fix an error where datasources with boolean custom fields returned 'expected type string, got unconvertible type bool' (#814 by @mcanevet)

v5.0.1

25 Dec 21:14
caf32a8

Choose a tag to compare

5.0.1 Ho-Ho-Ho (December 25th, 2025)

ENHANCEMENTS

BUG FIXES

  • resource/netbox_user: Fix date_joined datetime out of range error (#796 by @luispcoutinho)
  • resource/netbox_ip_address: Fix IP Address Assignment being removed despite being in ignore_changes (#790 by @chuyang-wang-dev)

v5.0.0

12 Sep 15:08

Choose a tag to compare

5.0.0 (September 12th, 2025)

ENHANCEMENTS

provider: Now supports NetBox 4.3.x and 4.4.0

v4.3.1

12 Sep 12:22
d51bc3a

Choose a tag to compare

4.3.1 (September 12th, 2025)

ENHANCEMENTS

  • provider: Allow setting a CA file in the provider (#765 by @bodgit)

v4.3.0

11 Sep 09:43
f93126c

Choose a tag to compare

4.3.0 (September 11th, 2025)

ENHANCEMENTS

  • New Data Source: netbox_rir (#759 by @MrKeiKun)
  • data-source/netbox_prefixes: Allow filtering by description (#756 by @jonas-sjodin-h2gs)
  • resource/netbox_contact: Add link and description attributes (#753 by @hikhvar)
  • resource/netbox_ip_range: Add size attribute (#761 by @MrKeiKun)
  • data-source/netbox_device_interfaces: Add type attribute to results (#764 by @xvzf)

BUG FIXES

  • resource/netbox_available_ip_address: Prevent provider crash when no IP is available (#760 by @MrKeiKun)

v4.2.0

20 Aug 21:16
8efae67

Choose a tag to compare

4.2.0 (August 20th, 2025)

ENHANCEMENTS

v4.1.0

02 Jul 15:29
72d7a0d

Choose a tag to compare

4.1.0 (July 2nd, 2025)

ENHANCEMENTS

  • New Data Source: netbox_virtual_disk (#731 by @lgogolin)
  • resource/netbox_available_prefix: Add custom_fields attribute (#679 by @rs-hock)
  • data-source/netbox_devices: Add oob_ip attribute to output(#705 by @sempervictus)

BUG FIXES

  • provider: Now properly detects netbox-docker versions