-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
RDS: Unexpected state 'modifying', wanted target 'available' #119
Comments
This is a configuration issue with our function designed to wait for the DB. Fixed in master, let me know if that doesn't resolve it. |
Hmm so I'm not sure if it was this commit but I've just updated again from master and when running make (after running make updatedeps) I get the following:
|
@johnwards That's just a test that has order dependency issues (see #53), so you can safely ignore that. |
Hi guys, i don't know if this is the right place, but i have a identical exception in the resource
Terraform version : 0.9.11 |
Hi @lzecca78 Please can you tell me, was this as part of the creation of aws_dms_replication_instance or as part of updating it? Thanks Paul |
…ation state This was mentioned in hashicorp/terraform#119 (comment)
…ation state (#1114) This was mentioned in hashicorp/terraform#119 (comment)
hi @stack72 , i encountered this kind of error every time i create a new aws_dms_replication_instance. As far as i can see, you already merged a fix about this 👍 |
@lzecca78 what pr was that? |
I'm encountering this issue (except my state is
I'm running the latest version of Terraform v0.11.0, |
Using Terraform v0.10.8
Any update? |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
On a fresh build of RDS (That contains a couple of ec2 instances and a ELB) I get the following at the end of the run
The instance is created in AWS, but yes the state is marked as modifying and is like that for a while. Is this a timeout issue?
The text was updated successfully, but these errors were encountered: