Skip to content

Feature request: Add timeout configuration options to clickhousedbops provider #128

@nopan-rataullin

Description

@nopan-rataullin

Background

When ClickHouse Cloud service is idle, the provider fails during initialization because the service is still waking up and the default connection timeout is not long enough.

Image

Request

Please expose dial_timeout options in the provider configuration to allow waiting for idle services to wake up

Example use-case

provider "clickhousedbops" {
  protocol     = "nativesecure"
  host         = "xxx.clickhouse.cloud"
  dial_timeout = "120s"

  auth_config = {
    strategy = "password"
    username = "default"
    password = "secret"
  }
}

Thank you for considering this enhancement!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions