You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our customers requested that should be possible to change VPC or Subnet of an ECS using Terraform like it is possible to do it in Huawei Cloud Console and API Explorer.
Console Image:
API Explorer Image:
Attempted Solutions
I've tried to replicate the case in Terraform, but it is not possible, because Network is a "Force New" block and "üuid" is a "Force New" parameter inside the block.
Proposal
The way of approaching this would be for network block to not be "Force New". In this way, the changes would not make the ECS be rebuilt.
References
The text was updated successfully, but these errors were encountered:
Current Terraform Version
Use-cases
One of our customers requested that should be possible to change VPC or Subnet of an ECS using Terraform like it is possible to do it in Huawei Cloud Console and API Explorer.
Console Image:
API Explorer Image:
Attempted Solutions
I've tried to replicate the case in Terraform, but it is not possible, because Network is a "Force New" block and "üuid" is a "Force New" parameter inside the block.
Proposal
The way of approaching this would be for network block to not be "Force New". In this way, the changes would not make the ECS be rebuilt.
References
The text was updated successfully, but these errors were encountered: