Skip to content

Releases: infobloxopen/terraform-provider-infoblox

v2.6.0

17 Apr 10:02
Compare
Choose a tag to compare
  • New Feature: Ability to manage drift through "Terraform Internal ID" Extensible Attributes in resources
  • Bugfixes
    • Fixed Host record import with empty MAC or DUID.

v2.5.0

30 Oct 14:07
a7d2c25
Compare
Choose a tag to compare
  • Resources are reworked aganist the changes from auto generated objects in go-client
  • New Feature: ability to search through Extensible Attributes in datasources
  • Additionally, added Multi Value Extensible Attributes search support
  • EA Inheritance issue fixed, where inherited EAs in NIOS were getting deleted for second apply
  • Datasources are reworked to use filters, for fetching matching objects, refer to Terraform Docs
  • New Resources:
    • infoblox_dns_view
    • infoblox_zone_auth
  • New Datasources:
    • infoblox_dns_view
    • infoblox_zone_auth

v2.4.1

20 Jun 12:02
0e36596
Compare
Choose a tag to compare
  • A/AAAA Record resources reworked:
  • removed limitation on updating 'cidr' field
  • Bugfixes

v2.4.0

29 May 14:21
ec4dcc2
Compare
Choose a tag to compare
  • IPV4/IPV6 Network Container resources reworked:
  • 'parent_cidr' and 'allocate_prefix_len' are added for dynamic allocation
  • both the resources now support the dynamic allocation determined by 'parent_cidr'
  • added examples for dynamic allocation in each IPV4 and IPV6 resources
  • Bugfixes

v2.3.0

13 Apr 08:13
5ad2e9f
Compare
Choose a tag to compare
  • Minimal required Go-lang version is bumped up
  • infoblox_ptr_record resource's behaviour changes (see the documentation changes for the details)
  • 'dns_view' and 'network_view' fields are now optional for all the `resources and data sources
  • New resources:
    • infoblox_mx_record
    • infoblox_txt_record
    • infoblox_srv_record
  • New data sources:
    • infoblox_mx_record
    • infoblox_txt_record
    • infoblox_srv_record
  • Bugfixes

v2.2.0

07 Dec 11:19
a4a8ac1
Compare
Choose a tag to compare
  • New feature: ability to import resources from existing NIOS objects
  • New Data sources:
    • infoblox_aaaa_record
    • infoblox_ptr_record
    • infoblox_network_view
    • infoblox_ipv4_network_container
  • Allocation/Association resources have been reworked
  • Examples are reorganized
  • Numerous bugfixes

v2.1.0

10 Feb 17:08
bb68a94
Compare
Choose a tag to compare
  • Moved to Terraform Plugin SDK v2
  • Allocation/Association resources reworked:
    • new resources added: infoblox_ipv_allocation and infoblox_ip_association;
      both IPv4 and IPv6 addresses may be allocated within a single resource in one go.
    • infoblox_ipv4_allocation, infoblox_ipv6_allocation, infoblox_ipv4_association and infoblox_ipv6_association
      are deprecated and unsupported from now on.
  • Improvements in infoblox_ipv4_network and infoblox_ipv6_network resources: IP address reservation reworked.
  • Numerous bugfixes

v2.0.1

28 Jul 05:54
48165ef
Compare
Choose a tag to compare

This re-release contains major features which includes supporting Creation, Updation and Deletion operations on multiple NIOS DHCP and DNS objects.
Below are the Terraform resources which have been added/enhanced for comment, Extensible Attributes, TTL flags appropriately.

  • Network View
  • IPv4 Network Container
  • IPv6 Network containers
  • IPv4 Network
  • IPv6 Network
  • Allocation through Host Record
  • Association through Host Record
  • DHCP and DNS flags support for Host Record
  • A record with IPv4 and FQDN
  • A record with IPv4 CIDR (gets an IP using next available IP feature) and FQDN
  • AAAA record with IPv6 and FQDN
  • AAAA record with IPv6 CIDR (gets an IP using next available IP feature) and FQDN
  • PTR record in forward mapping zone
  • PTR record in reverse mapping zone
  • CNAME record

Below are the Terraform data sources which have been updated for comment, Extensible Attributes and TTL appropriately ,

  • A record
  • PTR record
  • IPv4 Network

Major release

27 Jul 12:11
48165ef
Compare
Choose a tag to compare

This release contains major features which includes supporting Creation, Updation and Deletion operations on multiple NIOS DHCP and DNS objects.
Below are the Terraform resources which have been added/enhanced for comment, Extensible Attributes, TTL flags appropriately.

  • Network View
  • IPv4 Network Container
  • IPv6 Network containers
  • IPv4 Network
  • IPv6 Network
  • Allocation through Host Record
  • Association through Host Record
  • DHCP and DNS flags support for Host Record
  • A record with IPv4 and FQDN
  • A record with IPv4 CIDR (gets an IP using next available IP feature) and FQDN
  • AAAA record with IPv6 and FQDN
  • AAAA record with IPv6 CIDR (gets an IP using next available IP feature) and FQDN
  • PTR record in forward mapping zone
  • PTR record in reverse mapping zone
  • CNAME record

Below are the Terraform data sources which have been updated for comment, Extensible Attributes and TTL appropriately ,

  • A record
  • PTR record
  • IPv4 Network

v1.1.1

23 Apr 11:08
5a744e3
Compare
Choose a tag to compare

Publishing the Infoblox Terraform Provider to the official Terraform registry