-
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
aws_dms_replication_instance resource creation has too short of a timeout #1182
Comments
Also of note is that the documentation says it supports the timeouts flag and default for create is 30m. I have also tried to set timeouts for create and I still see terraform bail on creating this resource after 3m and not being in the available state. |
Hey @ryan-dyer-sp, It seems related to a AWS missing status, that has been fixed. Are you able to check using Terraform 0.10 RC1, and the v0.1.3 release for the AWS provider? Thanks! |
If you can point me to a download location, I'd be happy to. |
Here's where to get the mentioned RC version of Terraform: We (intentionally) don't publish RCs and betas on the website as they don't have the same guarantees of stability. In other words once we reach |
@radeksimko / @Ninir now that 0.10 is generally available - should this be closed? |
That's right - thanks for the ping @stack72 |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Terraform Version
v0.9.11
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Panic Output
-NA-
Expected Behavior
The resource creation should not timeout after 3 mins. A t2.large instance can take much longer to standup and become available. I'd suggest at least a 15 minute timeout. Multiple attempts at creating this resource has put the time to create right around the 10 mark; different instance sizes may take longer.
Actual Behavior
terraform fails. I can wait until the instance does become available and then rerun tf apply to continue the building up remaining infrastructure.
Steps to Reproduce
terraform apply
Important Factoids
-NA
References
-NA
The text was updated successfully, but these errors were encountered: