terraform-provider-mssql icon indicating copy to clipboard operation
terraform-provider-mssql copied to clipboard

Feature request - default timeout as provider config

Open pregress opened this issue 1 year ago • 1 comments

Change the defaultTimeout to be variable that can be set in the provider: https://github.com/betr-io/terraform-provider-mssql/blob/b5224f97c0ef4c6bf4a437b0ca2a852faa7e08fc/mssql/provider.go#L27

Why? If you use azuread_default_chain_auth sometimes you receive a timeout if you depend on Azure CLI credential.

Example usage:

provider "mssql" {
  debug = "false"
  defaultTimeout = 60
}

pregress avatar Jan 23 '24 09:01 pregress