Andrew Starr-Bochicchio

Results 122 comments of Andrew Starr-Bochicchio

Not sure why that isn't redirected, but the correct link would now be: https://github.com/digitalocean/terraform-provider-digitalocean/pull/396 The docs can be found here: https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/project_resources

We've just released version 2.28.0 of this provider. It adds experimental support for automatically retrying requests that fail with connection errors, 429, or 500-level response codes. It can be enabled...

With the recently released version 2.30.0 of this provider, we have enabled retrying requests that fail with connection errors, 429, or 500-level response codes by default. Setting the `DIGITALOCEAN_HTTP_RETRY_MAX` environment...

This is something that requires changed from the DigitalOcean API. Since opened support for this has been added for: - Databases: https://github.com/digitalocean/godo/pull/537 - Load balancers: https://github.com/digitalocean/godo/pull/568 We will provide updates...

godo has supported retries with exponential backoff for requests that fail 429 or 500-level response codes for some time now. Starting with [the v1.103.0 release](https://github.com/digitalocean/godo/releases/tag/v1.103.0), this behavior is enabled by...

Issuing a `terraform destroy` should indeed destroy the Droplets associated with the cluster's node pools. Though Terraform does not manage those Droplets directly. The destroy command makes an API request...

Hi What version of the Terraform provider are you using? The v2.30.0 release contained a number of bug fixes around the `digitalocean_database_user` resource.

Hi @AaronFriel, `latest` is supported by the DigitalOcean API as a convenience when creating a Kubernetes cluster. It is only supported in the Terraform provider in so far as the...

https://github.com/blog/2460-archiving-repositories

Hey! Thanks for the report. Just to be clear, which script are you attempting to use? This one: https://github.com/digitalocean/do_user_scripts/blob/master/Ubuntu-14.04/web-servers/lemp.yml