-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
DigitalOcean Block Storage resource #6985
Comments
It looks like the easiest flow would be to create the drive and then include it in the Droplet creation, a lot like how SSH Keys work. Here's a Droplet creation example from the documentation: {
"name": "example.com",
"region": "nyc1",
"size": "512mb",
"image": "ubuntu-14-04-x64",
"drives": [
{
"id": "506f78a4-e098-11e5-ad9f-000f53306ae1"
}
],
"ssh_keys": null,
"backups": false,
"ipv6": true,
"user_data": null,
"private_networking": null
} |
Looks like the DigitalOcean provider uses the Upstream issue: digitalocean/godo#95 |
Hello. I'm the product manager for the product, we're happy that it got picked up already, I would just like to clarify that it is still in beta, launch is scheduled for the summer, but we do want to support Terraform and other projects. I'll point our engineers to this thread. Cheers. |
Hey @troyswanson! We have an internal fork of terraform where we've implemented support for drives! So as soon as we go public, support in terraform should land very quickly. We use terraform a lot, so this is something we took care of doing early for internal testing. |
@rafaelmagu @aybabtme I definitely understand. I just wanted to test out the Block Storage stuff in Terraform since that's the primary way I interact with DigitalOcean. |
I think we should be able to push our internal fork on our public Github org, so you could use that in the meantime =] |
@aybabtme That'd be awesome. Thanks! |
Have you thought about opening a PR to the main repo? We have had support for things like EFS before it went GA :) P. |
Well, now that block storage is live, it's probably appropriate to bump this issue. |
@troyswanson yup #7560 =P |
Thanks, mate 🙇 |
Closing this in lieu of #7560 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Looks like the folks at DigitalOcean just released a beta of their Block Storage product.
https://developers.digitalocean.com/documentation/v2/block-storage-beta/
The text was updated successfully, but these errors were encountered: