Breaking Changes
The virtual_network_link variables have been normalised to singular, which is a breaking change to the module interface.
Added two new variables to simplify overriding virtual network link settings:
virtual_network_link_defaults_override: Allows overriding thevirtual_network_link_defaultsfor situations where that is defaulted by a parent module, still allowing consumers to easily customise.virtual_network_link_resolution_policy_default: Allows defaulting the resolution policy for all virtual network links if not supplied anywhere else.
What's Changed
- feat: add default vnet link overrides by @jaredfholgate in #119
Full Changelog: v0.20.0...v0.21.0