-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Is it possible to create an Aurora DB through terraform #2882
Comments
@tayzlor I don't even believe there is a cloudformation setup for it yet as the public API will be released later |
cool, thought this might be the case, thanks! |
@tayzlor btw, I immediately looked for the APIs as well yesterday when it was released so you are certainly on the ball :) |
Correct, not available yet 😄 Aurora is on my short list once it's available |
Aurora just came out in release v0.7.1, I plan on starting on it tomorrow |
@catsby did you make any progress on aurora? We're looking at using it |
Yup see #2935 |
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. |
I gather from here this might not be possible - http://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-CreateDBInstance.html (since theres no mention of aurora)
I'm trying with the following configuration -
I have a private VPC subnet and security group set up elsewhere in other .tf files.
Which is giving the following error -
If I change it to create a default RDS mysql DB it works -
The text was updated successfully, but these errors were encountered: