Andrew Starr-Bochicchio
Andrew Starr-Bochicchio
Thanks for the feedback @tback. Currently the DigitalOcean API does not support tagging SSH keys. I've passed on your feedback internally to the responsible product team.
For future reference, this is how to edit `is_default` on a project without hitting an error. Starting from a config like: ```hcl resource "digitalocean_project" "default" { name = "test-default" is_default...
Hi @bweston92, It looks like there was an issue with the API while polling for cluster status post-create. You should be able to recover from this by importing the cluster:...
To add a bit more context here, MongoDB user passwords are only ever shown when the user is created. In the control panel the password is not available on subsequent...
This is not currently supported via Terraform. You can find the docs for the API endpoint here: https://developers.digitalocean.com/documentation/v2/#install-kubernetes-1-click-applications ``` curl -X POST -H "Content-Type: application/json" \ -H "Authorization: Bearer $TOKEN"...
There have been a few discussions about this recently, both here and over in the `doctl` repo. I've been a bit reluctant to implement this as the `doctl` config file...
Hi @Mavwarf. Thanks for the kind words. Unfortunately, DigitalOcean Kubernetes clusters do not fully support projects yet. I've checked in with the team, and projects support is on the near...
@devurandom Clusters can now be assigned to a project, but there are still some discussions going on around how best to handle individual nodes and other associated resources in a...
It seems like Kubernetes clusters are not de-registering from the VPC immediately when deleted. I've raised this with our VPC team for investigation. Currently the VPC resource will retry the...
Thank you for reporting this. Unfortunately, I have not been able to reproduce this error. If anyone experiencing it could provide any additional details, it would be greatly appreciated. Setting...