BREAKING CHANGES:
- Dependencies: updating to
v1.3.0
minimum ofterraform
. - The internal name by which the
azurerm_network_security_rule
resource is defined was defined asinbound
andoutbound
. This has been changed byinbounds
andoutbounds
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 tonumber
. - The
outbound_rules.priority
parameter changes type string tonumber
.
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 tonull
. - The
inbound_rules.source_port_range
parameter property now defaults tonull
. - The
inbound_rules.destination_address_prefix
parameter property now defaults tonull
. - The
inbound_rules.destination_port_range
parameter property now defaults tonull
. - The
outbound_rules.source_address_prefix
parameter property now defaults tonull
. - The
outbound_rules.source_port_range
parameter property now defaults tonull
. - The
outbound_rules.destination_address_prefix
parameter property now defaults tonull
. - The
outbound_rules.destination_port_range
parameter property now defaults tonull
.