Skip to content

v0.28.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 09 Jul 20:36
8dda61f

🚀 Enhancements

Fix: var.zone_id conditional logic @korenyoni (#83)

what

  • Fix checks on var.zone_id in order to handle var.zone_id being null.

why

  • var.zone_id is only expected to be an empty string, but the module does not handle it being null.

references

  • N/A

🐛 Bug Fixes

Fix: var.zone_id conditional logic @korenyoni (#83)

what

  • Fix checks on var.zone_id in order to handle var.zone_id being null.

why

  • var.zone_id is only expected to be an empty string, but the module does not handle it being null.

references

  • N/A