Skip to content

v2.0.0 (January 15, 2024)

Latest
Compare
Choose a tag to compare
@gareda gareda released this 15 Jan 21:53
· 3 commits to main since this release
f51deb5

BREAKING CHANGES:

  • Dependencies: updating to v1.3.0 minimum of terraform.
  • The internal name by which the azurerm_network_security_rule resource is defined was defined as inbound and outbound. This has been changed by inbounds and outbounds to maintain the internal consistency of the module, so the resources deployed in the previous version of the module are not compatible with this new version.
  • The inbound_rules.priority parameter changes type string to number.
  • The outbound_rules.priority parameter changes type string to number.

FEATURES:

  • New Parameter: inbound_rules.source_address_prefixes
  • New Parameter: inbound_rules.source_application_security_group_ids
  • New Parameter: inbound_rules.source_port_ranges
  • New Parameter: inbound_rules.destination_address_prefixes
  • New Parameter: inbound_rules.destination_application_security_group_ids
  • New Parameter: inbound_rules.destination_port_ranges
  • New Parameter: outbound_rules.source_address_prefixes
  • New Parameter: outbound_rules.source_application_security_group_ids
  • New Parameter: outbound_rules.source_port_ranges
  • New Parameter: outbound_rules.destination_address_prefixes
  • New Parameter: outbound_rules.destination_application_security_group_ids
  • New Parameter: outbound_rules.destination_port_ranges

ENHANCEMENTS:

  • Internal changes that change the way data is received by child parameters, but do not change the behavior of the module.
  • The inbound_rules.source_address_prefix parameter property now defaults to null.
  • The inbound_rules.source_port_range parameter property now defaults to null.
  • The inbound_rules.destination_address_prefix parameter property now defaults to null.
  • The inbound_rules.destination_port_range parameter property now defaults to null.
  • The outbound_rules.source_address_prefix parameter property now defaults to null.
  • The outbound_rules.source_port_range parameter property now defaults to null.
  • The outbound_rules.destination_address_prefix parameter property now defaults to null.
  • The outbound_rules.destination_port_range parameter property now defaults to null.