-
Notifications
You must be signed in to change notification settings - Fork 133
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
allocate_public_ip invalid in tencentcloud_instance #62
Comments
Yes, eip is detected as public ip, we now don't support update on allocate_public_ip. |
@hiscal2015 |
This issue has been fixed, please remove the define of |
provider version: 1.11
no matter
true
orfalse
of allocate_public_ip defined in tencentcloud_instance, after instance created, and execute terraform apply again, it will updateallocate_public_ip: "true" => "false"
, and it cannot be updated.Additional information: my instance has eip associated after created, I'm not sure if provider detected this as public_ip?
The text was updated successfully, but these errors were encountered: