-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
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
Add timeout support for aws_sagemaker_project #25637
Comments
@george-chenvibes instead of introducing a timeout configuration block I can increase the timeout from 2 to 15 minutes. Would that help solve your problem? |
@bschaatsbergen That will help. I'll see if it works after you increase the timeout. |
…aker-project-timeouts Increase SageMaker `ProjectCreatedTimeout` and `ProjectDeletedTimeout` to 15 minutes
Hi @george-chenvibes, this has been merged and will be part of the next (v4.22.0) release. |
Hi @bschaatsbergen, do you know when that release will occur? |
We just released, I reckon somewhere next week. |
This functionality has been released in v4.22.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Deploying a Sagemaker Project takes a few minutes. But the creation of a project stops after 2m saying:
error waiting for SageMaker Project (data-ml-code-commit25) to be created: timeout while waiting for state to become 'CreateCompleted' (last state: 'CreateInProgress', timeout: 2m0s)
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: