Technical Debt: Harmonize the timeouts throughout the provider #1698
Labels
community/contribution
Community: Contribution Help Wanted
enhancement
Type: Enhancement
provider/technical-debt
Provider: Technical Debt
provider
Type: Provider
stale
Status: Stale
Community Guidelines
Description
The provider really doesn't implement the canonical setup for handling timeouts. https://www.terraform.io/plugin/sdkv2/resources/retries-and-customizable-timeouts
The provider has a private
defaultAPITimeout
which doesn't remain a default. In the provider configuration, it gets set to the provider block attributeapi_timeout
. The provider also seems to use a public constant provider.DefaultAPITimeout
which does remain to the hardcoded 5 minute timer..Use Case(s)
Harmonize the timeouts throughout the provider.
Potential Terraform Provider Configuration
No response
References
#1645
The text was updated successfully, but these errors were encountered: