Andrew Starr-Bochicchio
Andrew Starr-Bochicchio
Thanks for the request. We absolutely want to bring project support into Terraform. Once the DigitalOcean API itself has support, we will add it here as well. Adding it to...
@dfradejas Looks like we're still missing a needed change here. This should do the trick https://github.com/digitalocean/terraform-provider-digitalocean/pull/867
Can you open a DigitalOcean support ticket so the team can take a closer look? If `s3cmd getlifecycle` is returning the lifecycle rule as defined in Terraform, that suggests that...
For others coming across this issue, while this can't be set in the app spec itself, there is a way to add an app to a database's firewall. The `digitalocean_database_firewall`...
To be able to create the certificate using Let's Encrypt, the domain needs to be managed by DigitalOcean. In the config you shared, there is no direct dependency between the...
Hi @voigt, Sorry about the delayed response. Terraform keeps track of state. If the state changes in the middle of a run, you'll get the error you are seeing. The...
Unfortunately, this is a restriction in the DigitalOcean API, not something imposed by Terraform. There are plans to allow changing the default VPC for a region, but currently the first...
Thanks for opening an issue to track this. As mentioned in [the PR adding initial alert support](https://github.com/digitalocean/terraform-provider-digitalocean/pull/797), destinations can not be configured in the [app spec itself](https://docs.digitalocean.com/products/app-platform/references/app-specification-reference/). You need to...
Yes. `doctl` also has commands for using both of those if the CLI makes it easier for you.
Just wanted to follow up here to mention that this feedback has been passed on to the Database as a Service team at DigitalOcean.