Skip to content

Releases: e-breuninger/terraform-provider-netbox

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

v4.0.0

12 Jun 15:23
9560200

Choose a tag to compare

4.0.0 (June 12th, 2025)

BREAKING CHANGES

NetBox 4.2 came with some breaking changes and these are reflected in the provider.

  • resource/netbox_device_interface: Make mac_address attribute read-only
  • resource/netbox_device_interface: Add read-only mac_addresses attribute

ENHANCEMENTS

provider: Now supports NetBox 4.2.x

  • New Resource: netbox_mac_address
  • resource/netbox_cluster: Add location_id, site_group_id, region_id, scope_id and scope_type attributes
  • resource/netbox_prefix: Add location_id, site_group_id and region_id attributes
  • resource/netbox_device_interface: Allow q-in-q value in mode attribute
  • resource/netbox_circuit_termination: Add location_id, site_group_id, region_id, site_id and provider_network_id attributes

BUG FIXES

  • resource/netbox_location: Mark site_id as required

v3.11.1

12 Jun 09:48
d5ef626

Choose a tag to compare

3.11.1 (June 12th, 2025)

ENHANCEMENTS

v3.11.0

27 May 07:12
4104924

Choose a tag to compare

3.11.0 (May 27th, 2025)

ENHANCEMENTS

  • New Data Source: netbox_ip_ranges (#719 by @waza-ari)
  • resource/netbox_device: Allow decommissioning value in status attribute (#767 by @sboschman)
  • resource/netbox_site: Add comments attribute (#710 by @mraerino)
  • resource/netbox_user: Add email, first_name and last_name attributes (#693 by @mraerino)
  • data-source/netbox_device_interfaces: Add limit attribute (#695 by @sempervictus)
  • resource/netbox_group: Add description attribute (#694 by @mraerino)
  • resource/netbox_location: Add facility attribute (#718 by @mraerino)
  • data-source/netbox_locations: Add facility attribute (#718 by @mraerino)