Releases: e-breuninger/terraform-provider-netbox
Releases · e-breuninger/terraform-provider-netbox
v2.0.0
2.0.0 (June 16th, 2022)
BREAKING CHANGES
Netbox 3.2.0 came with breaking changes. In accordance with the upstream API, the netbox_site
resource and data source now have an asn_ids
attribute that replaces the asn
attribute. Note that asn_ids
contains IDs of ASN objects, not numbers.
ENHANCEMENTS
- New Resource:
netbox_asn
v1.6.7
1.6.7 (June 14th, 2022)
ENHANCEMENTS
- resource/netbox_site: Make
status
attribute optional and default toactive
(#187 by @tstarck) - data-source/netbox_site: Add
slug
parameter to allow searching for a slug (#187 by @tstarck) - data-source/netbox_site: Include
asn
,slug
,comments
,description
,group_id
,status
,region_id
,tenant_id
andtime_zone
attributes in the search result (#187 by @tstarck) - resource/netbox_vlan: Add default values to
status
anddescription
attributes (#184 by @tstarck) - resource/netbox_interface: Add
enabled
,mtu
,mode
,tagged_vlans
anduntagged_vlans
attributes (#183 by @tstarck)
v1.6.6
1.6.6 (May 27th, 2022)
ENHANCEMENTS
- New Data Source:
netbox_device_type
(#179 by @tstarck) - New Data Source:
netbox_vlan
(#180 by @tstarck) - provider: Add
skip_version_check
attribute - provider: Update list of officially supported versions
- resource/netbox_device_type: Add
part_number
attribute (#179 by @tstarck)
BUG FIXES
- resource/netbox_circuit: Fix bug that prevented updates from being made
- resource/netbox_circuit_provider: Fix bug that prevented updates from being made
v1.6.5
v1.6.4
v1.6.3
1.6.3 (May 6th, 2022)
FEATURES
- New Data Source:
netbox_ip_addresses
#159 by @twink0r - New Resource:
netbox_circuit
(#160 by @arjenvri) - New Resource:
netbox_circuit_provider
(#160 by @arjenvri) - New Resource:
netbox_termination
(#160 by @arjenvri) - New Resource:
netbox_type
(#160 by @arjenvri) - New Resource:
netbox_custom_field
(#158 by @chapsuk)
ENHANCEMENTS
v1.6.2
v1.6.1
v1.6.0
v1.5.2
Update README.md