1
0
mirror of synced 2025-12-19 18:05:44 -05:00

[skip ci] Remove know issues from core concepts

This commit is contained in:
Petri Autero
2019-11-26 13:36:03 +02:00
parent 5c9645249c
commit d589e4ca5b

View File

@@ -77,12 +77,3 @@ https://cloud.google.com/sql/faq#encryption
* **Horizontal scaling**: To scale horizontally, you can add more replicas using the `num_read_replicas` and `read_replica_zones` input variables, * **Horizontal scaling**: To scale horizontally, you can add more replicas using the `num_read_replicas` and `read_replica_zones` input variables,
and the module will automatically deploy the new instances, sync them to the master, and make them available as read and the module will automatically deploy the new instances, sync them to the master, and make them available as read
replicas. replicas.
## Known issues
### Instance Recovery
Due to limitations on the current `terraform` provider for Google, it is not possible to restore backups with `terraform`.
See https://github.com/terraform-providers/terraform-provider-google/issues/2446