v0.46.0
Fix Reference to Undeclared Variable @sherifabdlnaby (#169)
what
- Correct variable name for
var.auto_tune.cron_schedule
why
cron_expression_for_recurrence
referred to the wrong variable name, with_
not.
var.auto_tune.cron_schedule
cron_expression_for_recurrence
referred to the wrong variable name, with _
not .