We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the defaultTimeout to be variable that can be set in the provider:
defaultTimeout
terraform-provider-mssql/mssql/provider.go
Line 27 in b5224f9
Why? If you use azuread_default_chain_auth sometimes you receive a timeout if you depend on Azure CLI credential.
azuread_default_chain_auth
Example usage:
provider "mssql" { debug = "false" defaultTimeout = 60 }
The text was updated successfully, but these errors were encountered:
This is also useful for azure sql database with a low performance. There you get a "db connection failed after 30s timeout" failure frequently.
Sorry, something went wrong.
No branches or pull requests
Change the
defaultTimeout
to be variable that can be set in the provider:terraform-provider-mssql/mssql/provider.go
Line 27 in b5224f9
Why?
If you use
azuread_default_chain_auth
sometimes you receive a timeout if you depend on Azure CLI credential.Example usage:
The text was updated successfully, but these errors were encountered: