ucloud / terraform-provider-ucloud

Terraform is an awesome tool to implement Infrastructure as Code and GitOps
https://www.terraform.io/docs/providers/ucloud/
Mozilla Public License 2.0
68 stars 22 forks source link

Unreasonablef forces replacement argument of ucloud_vpc. #82

Open hanyouqing opened 4 years ago

hanyouqing commented 4 years ago

I am gong to change the service name which is part of the name, tag, remark of many other products. I found lots of unexpectedforces replacement arguments when I terraform plan:

It looks like I have to recreate all of my resources even if I just want to change thename ortag of ucloud_vpc.

shawnmssu commented 4 years ago

At present, part of the updated API is being revised, and our terraform has not yet included it. For unsupported updates, terraform will be forceNew (delete and rebuild) by default.