gruntwork-io / terraform-google-sql

Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP
https://gruntwork.io
Apache License 2.0
92 stars 103 forks source link

Enhanced support for replication connections #24

Closed autero1 closed 1 year ago

autero1 commented 5 years ago

See: https://www.terraform.io/docs/providers/google/r/sql_database_instance.html#replica_configuration

Most notably, we should support encrypting cross-zone replication connections, see https://cloud.google.com/sql/faq#encryption:

Data in transit inside a physical boundary controlled by or on behalf of Google is generally authenticated but might not be encrypted by default. You can choose which additional security measures to apply based on your threat model. For example, you can configure SSL for intra-zone connections to Cloud SQL.

Investigate if replication connection requires encryption.

eak12913 commented 1 year ago

Closing due to repo sunset