Releases: e-breuninger/terraform-provider-netbox
Releases · e-breuninger/terraform-provider-netbox
v3.8.2
v3.8.1
3.8.1 (February 16th, 2024)
ENHANCEMENTS
- New Resource:
netbox_vpn_tunnel_group
- New Resource:
netbox_vpn_tunnel
- data-source/netbox_virtual_machines: Add
platform_slug
attribute - data-source/netbox_locations: Add
parent_id
attribute (#548 by @GennadySpb) - data-source/netbox_location: Add
parent_id
attribute (#548 by @GennadySpb) - resource/netbox_location: Add
parent_id
attribute (#548 by @GennadySpb) - resource/device_type: Add
is_full_depth
attribute
v3.8.0
3.8.0 (January 30th, 2024)
BREAKING CHANGES
Due to a change in NetBox 3.7's behavior regarding Webhooks and the corresponding changes in the API,
the netbox_webhook
resource might cause problems with NetBox versions older than 3.7.0.
For all other resources and data sources, the provider should still perform fine with older NetBox versions.
- resource/netbox_webhook: Removed
enabled
,trigger_on_create
,trigger_on_update
,trigger_on_delete
,content_types
andconditions
ENHANCEMENTS
- provider: Now officially supports NetBox 3.7
- New Resource:
netbox_event_rule
v3.7.7
v3.7.6
3.7.6 (January 2nd, 2024)
ENHANCEMENTS
- resource/netbox_webhook: Add
additional_headers
andconditions
attributes (#505 by @Ikke) - data-source/netbox_vrfs: Allow filtering by
tag
(#513 by @sjurtf) - data-source/netbox_virtual_machines: Allow filtering by
tenant_id
(#511 by @sjurtf) - data-source/netbox_ip_addresses: Allow filtering by
tag
(#510 by @sjurtf) - data-source/netbox_cluster: Allow filtering by
cluster_group_id
(#528 by @Ikke)
BUG FIXES
v3.7.5
v3.7.4
v3.7.3
3.7.3 (November 3rd, 2023)
ENHANCEMENTS
- resource/netbox_site: Allow unsetting the
latitude
andlongitude
attributes (#480 by @haipersuccor02) - New Data Source:
netbox_tags
(#484 by @zeddD1abl0) - data-source/netbox_ip_addresses: Allow filtering by
parent_prefix
(#485 by @sjurtf) - data-source/netbox_devices: Allow filtering by
tags
andstatus
(#491 by @Kenterfie) - New Data Source:
netbox_available_prefixes
(#489 by @theochita) - resource/netbox_device: Add
local_context_data
attribute (#493 by @RickyRajinder)