Skip to content

0.10.0 Use var.enabled as a bool not a string

Choose a tag to compare

@aknysh aknysh released this 19 Jul 18:07

what

  • Use var.enabled as a bool not a string

why

  • var.enabled been changed to type bool but the dns module used within this module was still comparing it to a string. This caused the DNS record to be removed even when enabled is true and var.parent_zone_id is provided