Releases: smutel/terraform-provider-netbox
Releases · smutel/terraform-provider-netbox
v2.0.2
v2.0.1
*** Breaking changes ***
- Parameter
nat_outside_id
removed from resource_netbox_ipam_ip_addresses - Parameter
port
replaced by ports which is now an array in resource_netbox_ipam_service - Parameter
side_id
removed from resource_ipam_vlan_group and data_ipam_vlan_group - Parameter
side_id
remove from resource resource_netbox_dcim_site and data_netbox_dcim_site - Parameter
custom_fields
removed from everywhere. A new parameter calledcustom_field
need to be used. Check the documentation for details.
Features
- Add an option to initialize the client with the private key (d638c23)
- Add limit param to data resources (472b9e1)
- Update provider to work with Netbox 2.11 (b4b2512)
Bug Fixes
- Fix CI for release generation (0e70fbf)
v1.3.0
Features
- Add data IPAM service (69ae53c)
- Add default importer function to resources (22c0538), closes #51
- Add resource IPAM service (4e3d637)
- Add TLS insecure option (827cdeb)
- Allow a configurable basepath (7392901)
Bug Fixes
- Make basepath really optional (37957ea)
- Workaround for weird terraform behavior to fix boolean custom_fields (f9fe60c)
Enhancements
- Change ValidateFunc for ipam_ip_addresses to allow IPv6 (cb13d6a)
- Don't commit .terraform.lock.hcl (77d74b5)
Tests
- Add script to load netbox-docker variables (e167ef6)
v1.2.0
Features
- Add ability to return json objects of all endpoints (dceb7f2)
- Add custom_fields to IP address resource (bb962ee)
- Add custom_fields to tenant resource (01a000f)
- Add custom_fields to vlan resource (1315546)
- Add custom_fields to vm resource and update documentation (0fb146d)
- Add data source IPAM aggregate (f33b8d9)
- Add resource IPAM aggregate (cdaa29f)