gomorpheus / terraform-provider-morpheus

Terraform Morpheus provider
MIT License
17 stars 21 forks source link

No change detected on params - `morpheus_rest_option_list` and `morpheus_select_list_option_type` #244

Closed mbjorgan closed 4 months ago

mbjorgan commented 5 months ago

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.