-
Notifications
You must be signed in to change notification settings - Fork 277
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
TERRAFORM CRASH when private_networking = true
after initial droplet creation
#67
Comments
I am able to reproduce this, and it seems to be true for enabling IPv6 as well.
Yes, private networking can be enabled on an existing Droplet. It requires a call to Though there are a some important things to note:
|
Im having the same issue, where
However, after the crash terraform no longer has the droplet resources in its state. So running
|
Don't panic when enabling private_networking or ipv6. (Fixes #67)
I'm happy to say that yesterday, we release version 1.0.0 of the DigitalOcean Terraform provider. It should include a fix for this issue. You can find the full changelog here: https://github.com/terraform-providers/terraform-provider-digitalocean/blob/master/CHANGELOG.md#100-september-27-2018 In order to upgrade an existing project to the latest version, run:
If you believe that this issue is being closed by mistake or the problem has not been resolved, please let me know or feel free to open a new issue with additional details. Thanks for your patience! |
Detailed stderr log at https://gist.github.com/petervandenabeele/c9949fa4590086b998683b1184095755
Detailed crash log at
https://gist.github.com/petervandenabeele/0e788d498c5170a3281b208ede11fdff
Version:
plan + apply of a Droplet without private_networking: OK
Added
private_networking = true
plan => correct (?)
See log gist for detailed crash log
The text was updated successfully, but these errors were encountered: