mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
240 stars 168 forks source link

Delete timeout for mongodbatlas_private_endpoint resource too short #151

Closed jlforester closed 4 years ago

jlforester commented 4 years ago

I keep hitting the 2 minute timeout when deleting mongodbatlas_private_endpoint resources, and it's playing havoc with my go tests:

TestAtlas 2020-02-24T10:05:19-05:00 command.go:158: Error: error deleting MongoDB Private Endpoints Connection(5e53dfd92a2f901f1d504107): timeout while waiting for state to become 'DELETED, FAILED' (last state: 'DELETING', timeout: 2m0s)

Can we get this timeout increased, or (even better) make it configurable in a timeouts { ... } block ?

marinsalinas commented 4 years ago

Hello @jlforester could you provide the configuration file you are using?