You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timeout: d.Timeout(schema.TimeoutCreate)-time.Minute, // When using a CRUD function with a timeout, any StateChangeConf timeouts must be configured below that duration to avoid returning the SDK context: deadline exceeded error instead of the retry logic error.
Timeout: d.Timeout(schema.TimeoutCreate)-oneMinute, // When using a CRUD function with a timeout, any StateChangeConf timeouts must be configured below that duration to avoid returning the SDK context: deadline exceeded error instead of the retry logic error.
Timeout: d.Timeout(schema.TimeoutCreate)-oneMinute, // When using a CRUD function with a timeout, any StateChangeConf timeouts must be configured below that duration to avoid returning the SDK context: deadline exceeded error instead of the retry logic error.
185
+
Timeout: d.Timeout(schema.TimeoutCreate),
187
186
MinTimeout: delayAndMinTimeout,
188
187
Delay: delayAndMinTimeout,
189
188
}
@@ -205,7 +204,7 @@ func resourceCreate(ctx context.Context, d *schema.ResourceData, meta any) diag.
Timeout: d.Timeout(schema.TimeoutCreate)-oneMinute, // When using a CRUD function with a timeout, any StateChangeConf timeouts must be configured below that duration to avoid returning the SDK context: deadline exceeded error instead of the retry logic error.
0 commit comments