Skip to content

Releases: infobloxopen/terraform-provider-infoblox

v2.11.0

20 Oct 12:15
ebc5ce1

Choose a tag to compare

  • Improved error handling in data sources by treating "not found" responses as valid empty results, enhancing stability.
  • Upgraded Go to v1.24.7 and refreshed dependencies for better compatibility and security.
  • Minor refactoring to simplify error handling and remove redundant checks.

v2.10.0

25 Apr 14:51
38fdbd0

Choose a tag to compare

Support new resources and datasources

New Resources:

infoblox_alias_record
infoblox_ns_record
infoblox_ipv4_shared_network
infoblox_ipv4_fixed_address
infoblox_ipv4_range
infoblox_ipv4_range_template

New Datasources:

infoblox_alias_record
infoblox_ns_record
infoblox_ipv4_shared_network
infoblox_ipv4_fixed_address
infoblox_ipv4_range
infoblox_ipv4_range_template

v2.9.0

31 Jan 12:37
0e64009

Choose a tag to compare

Release contains support for DTC modules as below:

  • Upgraded the base WAPI version to 2.12.3.

New Resources:

infoblox_dtc_lbdn
infoblox_dtc_pool
infoblox_dtc_server

New Datasources:

infoblox_dtc_lbdn
infoblox_dtc_pool
infoblox_dtc_server

v2.8.0

30 Oct 09:29
4916890

Choose a tag to compare

New Feature:

  • Support for Creating Objects with the Next Available IP Address and Next Available Network Obtained Using the Extensible Attribute Filter.
  • Add support for aliases and disable flag in Host Records.

New Resources:

  • infoblox_zone_delegated

New Datasources:

  • infoblox_zone_delegated

v2.7.0

20 Jun 14:55

Choose a tag to compare

  • New Feature: Added support for Import block.
  • New Resources:
    • infoblox_zone_forward
  • New Datasources:
    • infoblox_zone_forward
    • infoblox_ipv6_network
    • infoblox_ipv6_network_container
    • infoblox_host_record

v2.6.0

17 Apr 10:02

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

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

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

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

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