Closed dobeerman closed 4 weeks ago
@dobeerman thanks for creating this issue!
In addition, even if the status is set to PAUSED, the connector is provisioned as RUNNING.
Currently, we do not support the provisioning of "PAUSED" connectors.
Actually, connectors get provisioned roughly in 2m 20s.
TF Provider's code does include a manual timeout as a workaround for other issues. See https://github.com/confluentinc/terraform-provider-confluent/issues/43#issuecomment-1293804274 for more details, thank you!
Despite the connector type (custom or confluent), deployment takes ~6m 30s. In addition, even if the status is set to
PAUSED
, the connector is provisioned asRUNNING
.custom
confluent
Actually, connectors get provisioned roughly in 2m 20s.