Mongey / terraform-provider-confluentcloud

A Terraform provider for managing resource in confluent.cloud
MIT License
110 stars 47 forks source link

Increase the cluster creation timeout to 24 hours #123

Closed borisnaydis closed 2 years ago

borisnaydis commented 2 years ago

In the documentation, Confluent states that dedicated clusters can take up to 24 hours to provision on AWS. The current timeout value of 20 minutes is not enough for a Dedicated cluster even with 2 CKUs, which takes 2+ hours across all supported service providers. This change increases the timeout to 24 hours to accommodate for this.

sudiptad2017 commented 2 years ago

We are using this provider to deploy production clusters in confluent cloud. Our deployment pipeline is going to be impacted by this timeout. This simple change will make our deployment process so much streamlined.