-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Can't create Failover or Replica Cloud SQL instances #6380
Comments
Is this path valid? type.googleapis.com/google.cloud.sql.v1beta4.SqlInstancesInsertRequest Also from Google Support:
So, this should be called out in the docs, but isn't relevant to the core of this issue. I think they were seeing earlier failures when I had replica count to 1. |
@goobysnack where did you see |
I can share the master, but the debug trace is very long and I don't know that I could reliably scrub it.
|
Looks like this is all that's needed in the master config settings section: No separate failover instance creation required (it's automagical with the above). Also, read replicas are not supported. This part of the doc needs to be updated to include SQL Server:
|
@goobysnack have you resolved the issue? Regarding the
|
Yup, replication type is commented. The issue is this in the provider docs. SQL Server needs to be added, not just PostgreSQL
|
@goobysnack Below is what I see from the link you provided which is different from what you quoted. https://www.terraform.io/docs/providers/google/r/sql_database_instance.html
|
Weird. 18 days ago. LOL. Not sure how or why my browser showed the previous version. Cheers, we're good. |
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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform version: 0.12.24
Affected Resource(s)
resource "google_sql_database_instance"
Terraform Configuration Files
Debug Output
https://gist.github.com/goobysnack/d612bebeb2a7d9d631ef0ac6fbf4badb
Panic Output
Expected Behavior
Failover Instance should have been created without issue.
Actual Behavior
Timeout after 20-30min of retries.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: