Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unreasonablef forces replacement argument of ucloud_vpc. #82

Open
hanyouqing opened this issue Sep 4, 2020 · 1 comment
Open

Unreasonablef forces replacement argument of ucloud_vpc. #82

hanyouqing opened this issue Sep 4, 2020 · 1 comment

Comments

@hanyouqing
Copy link

hanyouqing commented Sep 4, 2020

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.

@shawnmssu
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants