Params in the resources morpheus_rest_option_list (request_script) and morpheus_select_list_option_type (require_field) does not trigger any change if you do changes, remove the value or remove the whole param (for some strange reason...)
The translation_script param in the same resource (morpheus_rest_option_list) does trigger a change on edit etc (schema definition is the same on both params).
A suggested change (submitting a PR shortly) is to remove Computed from the schema definition on both params. Have tested locally and that seems to work.
Params in the resources
morpheus_rest_option_list
(request_script) andmorpheus_select_list_option_type
(require_field) does not trigger any change if you do changes, remove the value or remove the whole param (for some strange reason...)The
translation_script
param in the same resource (morpheus_rest_option_list
) does trigger a change on edit etc (schema definition is the same on both params).A suggested change (submitting a PR shortly) is to remove
Computed
from the schema definition on both params. Have tested locally and that seems to work.