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
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:
ucloud_vpc
name
tag
ucloud_subnet (because of the ucloud_vpc is forces replacement)
ucloud_instance (because of the subnet_id is forces replacement)
It looks like I have to recreate all of my resources even if I just want to change thename ortag of ucloud_vpc.
The text was updated successfully, but these errors were encountered:
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.
I am gong to change the service name which is part of the name, tag, remark of many other products.
I found lots of unexpected
forces replacement
arguments when Iterraform plan
:forces replacement
)forces replacement
)It looks like I have to recreate all of my resources even if I just want to change the
name
ortag
ofucloud_vpc
.The text was updated successfully, but these errors were encountered: