What's Changed
Bug Fixes
- Fix
extended_locationvalidation (#54) — the validation usedcontains()with a string as its first argument instead of a list, causing it to error at plan time for any non-nullextended_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_Storefiles and ignored them going forward. (#107) - Dependencies — consolidated Dependabot bumps for example-only helper modules:
Azure/avm-utl-regions/azurerm0.9.0 → 0.12.0 andAzure/naming/azurerm0.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_locationvalidation fix — no inputs or outputs were added, removed, or renamed.
Contributors
- @haflidif — maintainer
- @T0biii — repository hygiene (.DS_Store cleanup)
- @jaredfholgate — review
Full Changelog: v0.18.1...v0.18.2