-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Not able to launch global RDS with existing snapshot #9210
Comments
Hi @encryptblockr, I'm sorry to hear you ran into this issue. Before we can look at it, we need a few more details. You can follow the outline in our bug reporting form. In particular, we'll need to see the configuration file and debugging output. If you're looking for more general support, have a look at the community forum: https://discuss.hashicorp.com/c/terraform-providers/tf-aws |
@aeschright there is an issue as soon as you try to bring up the global database loaded with an existing snapshot. i will go ahead and add as much info as i can but pretty much error i get is it starts asking me to add parameters like databse name and user and password for the second region which i dont need to add since second region is secondary database but this error happens when i specify existing snapshot to load from and that is where the error is...which is why i said this is a bug |
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. 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. |
there is issue with launching global RDS when
snapshot_identifier
is added to create from a snapshot. I used same code to launch global RDS without launching from existing snapshot nd runs fine but when i had existing snapshot, it complains in the second region and unable to launch the stack.VERSIONS:
Terraform v0.11.7
provider.aws: version = "~> 2.15"
The text was updated successfully, but these errors were encountered: