RedisLabs / terraform-provider-rediscloud

Terraform Redis Cloud Provider: Deploy, update, and manage Redis Cloud databases as code through HashiCorp Terraform
https://registry.terraform.io/providers/RedisLabs/rediscloud/latest
Apache License 2.0
30 stars 22 forks source link

Improving timeout behaviour #441

Closed JohnSharpe closed 10 months ago

JohnSharpe commented 10 months ago

Including waitForStatus on ACL Users (based on new property in API) to improve stability.

Timeouts for waitForStatus are essentially infinite. The terraform operation timeout (which may have been specified by the user) will always interrupt at the appropriate time and end the wait.