- addressing module/provider issue where if
auto_heal_enabledwas set totrueorfalse, user was still expected to populateauto_heal_settingvia Issue #77terraformprovider requires user to specifyauto_heal_settingifauto_heal_enabledis not set tonullin configuration.- added conditional that if
auto_heal-enabledis not set totrue, resolves tonullto avoid provider error.
- bug fixes regarding functionality for dynamic
actioninauto_heal_setting
bug:
action_type = auto_heal_setting.value.action_type
minimum_process_execution_time = auto_heal_setting.value.minimum_process_execution_time
solution:
action_type = auto_heal_setting.value.action.action_type
minimum_process_execution_time = auto_heal_setting.value.action.minimum_process_execution_time