v0.28.3
Pre-release
Pre-release
🚀 Enhancements
Fix: var.zone_id conditional logic @korenyoni (#83)
what
- Fix checks on
var.zone_id
in order to handlevar.zone_id
being null.
why
var.zone_id
is only expected to be an empty string, but the module does not handle it beingnull
.
references
- N/A
🐛 Bug Fixes
Fix: var.zone_id conditional logic @korenyoni (#83)
what
- Fix checks on
var.zone_id
in order to handlevar.zone_id
being null.
why
var.zone_id
is only expected to be an empty string, but the module does not handle it beingnull
.
references
- N/A