Releases: e-breuninger/terraform-provider-netbox
Releases · e-breuninger/terraform-provider-netbox
v3.10.0
3.10.0 (January 9th, 2025)
BREAKING CHANGES
NetBox 4.1 came with some breaking changes and these are reflected in the provider.
- resource/netbox_event_rule: Replace
trigger_on_X
attributes withevent_types
list attribute - resource/netbox_racks: Remove
type
attribute - resource/netbox_virtual_disk: Change
size_gb
attribute tosize_mb
- resource/netbox_virtual_machine: Change
disk_size_gb
attribute todisk_size_mb
- resource/netbox_vlan_group: Remove
min_vid
andmax_vid
attributes in favor ofvid_ranges
attribute
ENHANCEMENTS
provider: Now supports NetBox 4.1.x
- New Resource:
netbox_rack_type
- resource/netbox_racks: Add
form_factor
attribute
v3.9.3
3.9.3 (January 9th, 2025)
ENHANCEMENTS
- resource/netbox_custom_field: Add
default
attribute (#647 by @jenxie) - data-source/netbox_vlans: Allow filtering by
site_id
(#654 by @i-am-smolli) - data-source/netbox_vlan_group: Make
name
andslug
definitions optional whenscope_type
is defined (#657 by @TGM) - resource/netbox_asn: Add
description
andcomments
attributes (#664 by @ymylei) - data-source/netbox_prefix: Allow searching by
tenant_id
andstatus
(#666 by @xabinapal) - data-source/netbox_prefixes: Allow searching by
tenant_id
(#666 by @xabinapal)
v3.9.2
3.9.2 (October 10th, 2024)
ENHANCEMENTS
v3.9.1
v3.9.0
v3.8.9
3.8.9 (July 31st, 2024)
ENHANCEMENTS
v3.8.8
v3.8.7
3.8.7 (June 28th, 2024)
ENHANCEMENTS
- New Resource:
netbox_interface_template
(#588 by @thibaultbustarret-ovhcloud) - New Resource:
netbox_config_context
(#590 by @diogenxs) - New Data Source:
netbox_config_context
(#590 by @diogenxs) - data-source/netbox_devices: Add
config_context
andlocal_context_data
attributes (#590 by @diogenxs) - resource/netbox_device_interface: Add
label
attribute (#605 by @thibaultbustarret-ovhcloud) - New Resource:
netbox_config_template
(#604 by @thibaultbustarret-ovhcloud) - resource/netbox_device: Add
config_template_id
attribute (#604 by @thibaultbustarret-ovhcloud) - data-source/netbox_prefix: Add
role_id
andcustom_fields
attributes (#607 by @ad8lmondy) - resource/netbox_platform: Add
manufacturer_id
attribute (#608 by @ad8lmondy) - data-source/netbox_platform: Add
manufacturer_id
attribute (#608 by @ad8lmondy)
v3.8.6
3.8.6 (May 17th, 2024)
ENHANCEMENTS
- resource/netbox_rir: Add
is_private
attribute (#594 by @thibaultbustarret-ovhcloud) - resource/netbox_vrf: Add
rd
andenforce_unique
attributes (#585 by @thibaultbustarret-ovhcloud) - New Resource:
netbox_group
(#584 by @thibaultbustarret-ovhcloud) - resource/netbox_user: Add
group_ids
attribute (#584 by @thibaultbustarret-ovhcloud)