FlexibleEngineCloud / terraform-provider-flexibleengine

Terraform flexibleengine provider
https://www.terraform.io/docs/providers/flexibleengine/
Mozilla Public License 2.0
30 stars 53 forks source link

failed to change volumetype in CCE node resource creation #626

Closed AsemAboelareff closed 3 years ago

AsemAboelareff commented 3 years ago

Hello,

i`m facing issue with terraform while creating CCE node resource , as mentioned in https://registry.terraform.io/providers/FlexibleEngineCloud/flexibleengine/latest/docs/resources/cce_nodes_v3

Changing required parameters will create a new resource (destroy/create) but changing volumetype in root/date volumes doesn`t make effect (it should destroy and create new node with Disk new type) terraform1

if i change another required parameter it consider changing volume type terraform2

Jason-Zhang9309 commented 3 years ago

@AsemAboelareff Sorry for making you confused. Updating volume config of the cce node is not supported. But the forcenew limit is missing in code. This problem will be repaired soon.