terraform-provider-digitalocean icon indicating copy to clipboard operation
terraform-provider-digitalocean copied to clipboard

Terraform DigitalOcean provider

Results 140 terraform-provider-digitalocean issues
Sort by recently updated
recently updated
newest added

# Bug Report --- ## Describe the bug While I am using the terraform import command to import a digitalocean spaces, It can successfully imported, but few fields are missing....

bug

# Bug Report --- ## Describe the bug when running `terraform -chroot=dir apply` on my project at https://github.com/fugue-state-io/terraform/tree/abe1b6141a1387303aaced3a0bf576ab095816e3 ``` digitalocean_project_resources.kubernetes_resources: Creation complete after 2s [id=659726cb-f350-4c2e-89a1-70e2a3a50941] ╷ │ Error: Provider produced...

bug

# Bug Report --- ## Describe the bug Having ``` resource "digitalocean_reserved_ip" "nomad_bastion" { droplet_id = digitalocean_droplet.nomad_bastion.id region = digitalocean_droplet.nomad_bastion.region depends_on = [ resource.digitalocean_droplet.nomad_bastion ] } ``` Applying often causes...

bug

### Is your feature request related to a problem? Please describe. I have an application which requires a MySQL database instance running with `sql_require_primary_key=false`. The default value for a Digital...

hacktoberfest
api-parity

### Is your feature request related to a problem? Please describe. As floating IP is going to deprecated and as suggestion by digitalocean provider we can use reserved IP in...

do-api

Offers a workaround to: #514 #869 Adding an example for handling encrypted variables in Apps resources. We've received previous complaints that having encrypted variables in Apps resources will always detect...

Addresses #925 Users reported experiencing 5xx errors on Database Connection Pools requests even if it was successfully created in DO. When this happens, in the terraform state, the resource was...

I have created a Kubernetes cluster with Terraform, and it's working well. However, when I try to upgrade the node pool size in the 'digitalocean_kubernetes_cluster,' I encounter an error, as...

bug

### Is your feature request related to a problem? Please describe. I do a snapshot of a droplet through automation. This snapshot is a golden image to be used to...

enhancement-provider

# Bug Report --- ## Describe the bug Issuing a `terraform destroy` command on a "digitalocean_kubernetes_cluster" resource which doesn't have additional Nodepools removes the cluster, but the Droplets in the...

bug