terraform-provider-huaweicloud icon indicating copy to clipboard operation
terraform-provider-huaweicloud copied to clipboard

[MRS] add support for changing some of the mapreduce_cluster resource arguments

Open kolsean opened this issue 2 years ago • 1 comments

Please add the ability to modify the following huaweicloud_mapreduce_cluster resource arguments:

name subnet_id enterprise_project_id log_collection

Now all of there arguments have ForceNew: true property, but it seems that API has support for it.

kolsean avatar Jul 21 '22 20:07 kolsean

@kolsean only name can be updated by API until now. https://support.huaweicloud.com/intl/en-us/api-mrs/mrs_02_0201.html

ShiChangkuo avatar Mar 06 '23 09:03 ShiChangkuo