Versions in this module Expand all Collapse all v0 v0.28.0 Nov 3, 2025 v0.27.0 Oct 23, 2025 Changes in this version + func HandleTimeout(ctx context.Context, ...) (context.Context, context.CancelFunc) + func ReadWithRetry(ctx context.Context, ...) error + type CreateResponseContainer struct + func (c *CreateResponseContainer) GetState() tfsdk.State + func (c *CreateResponseContainer) SetState(state tfsdk.State) + type ErrorInfo struct + ErrorCode string + StatusCode int + type ReadWithRetryOptions struct + BackoffMultiplier float64 + InitialRetryInterval time.Duration + MaxRetries int + MaxRetryInterval time.Duration + Operation string + ResourceTypeName string + func DefaultReadWithRetryOptions() ReadWithRetryOptions + type StateContainer interface + GetState func() tfsdk.State + SetState func(tfsdk.State) + type UpdateResponseContainer struct + func (c *UpdateResponseContainer) GetState() tfsdk.State + func (c *UpdateResponseContainer) SetState(state tfsdk.State)