github Azure/terraform-azurerm-avm-res-network-virtualnetwork v0.18.2

latest release: v0.19.0
6 hours ago

What's Changed

Bug Fixes

  • Fix extended_location validation (#54) — the validation used contains() with a string as its first argument instead of a list, causing it to error at plan time for any non-null extended_location, making the variable unusable. The check is now a direct equality comparison (var.extended_location.type == "EdgeZone") and is covered by a new unit test. (#107)

Maintenance

  • Repository hygiene (#42) — removed tracked .DS_Store files and ignored them going forward. (#107)
  • Dependencies — consolidated Dependabot bumps for example-only helper modules: Azure/avm-utl-regions/azurerm 0.9.0 → 0.12.0 and Azure/naming/azurerm 0.4.2 → 0.4.3. No impact on the module, its inputs, outputs, or consumers. (#106)

Patch release. The only consumer-facing change is the extended_location validation fix — no inputs or outputs were added, removed, or renamed.

Contributors

Full Changelog: v0.18.1...v0.18.2

Don't miss a new terraform-azurerm-avm-res-network-virtualnetwork release

NewReleases is sending notifications on new releases.