0.10.0 Use var.enabled as a bool not a string
what
- Use
var.enabledas a bool not a string
why
var.enabledbeen changed to typeboolbut thednsmodule used within this module was still comparing it to a string. This caused the DNS record to be removed even when enabled is true andvar.parent_zone_idis provided