-
Notifications
You must be signed in to change notification settings - Fork 137
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
instances should be re-created when image_id changes #78
Comments
Hello, |
Well, when users updated image_id, they probably want to re-create instances with the new image, why "unnecessary"? |
Re-create instance will change something, for example ip. |
I agree with you if user manage instance by UI, but this is terraform, we treat infra as cattle not pets, at least we can have a switch to decide "recreate" or not. |
李总,这个事情上我同意客户的意见,修改了imageid实际上是要求重新创建。
…On Thu, 25 Jul 2019 at 19:47, Li Kexian ***@***.***> wrote:
Re-create instance will change something, for example ip.
For most user, change image is expect as reinstall the system, but not
re-create an instance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/terraform-providers/terraform-provider-tencentcloud/issues/78?email_source=notifications&email_token=AFB357Y7R6ITUDZED6XCXFLQBFZBNA5CNFSM4IGYNWAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2Y6ZJI#issuecomment-514976933>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFB357YF7OLBJWJIOG75QH3QBFZBNANCNFSM4IGYNWAA>
.
|
谢谢刘总,我们修改一下。 |
Thanks for your advise. |
@likexian @ausmartway Cool, thanks. |
@hiscal2015 |
Thanks for fixing this! |
provider version: 1.12
when image_id changed, instances should be re-created instead of "modify":
The text was updated successfully, but these errors were encountered: