21 lines
920 B
Markdown
21 lines
920 B
Markdown
<!--
|
|
:type: service
|
|
:name: PostgreSQL
|
|
:description: Deploy and manage PostgreSQL on GCP using Google's Cloud SQL Service
|
|
:icon: /_docs/postgresql.png
|
|
:category: database
|
|
:cloud: gcp
|
|
:tags: data, database, sql, postgresql
|
|
:license: open-source
|
|
:built-with: terraform
|
|
-->
|
|
# PostgreSQL
|
|
[](https://gruntwork.io/?ref=repo_google_cloudsql)
|
|
[](http://github.com/gruntwork-io/terraform-google-sql/releases/latest)
|
|

|
|
|
|
This module deploys PostgreSQL on top of Google's Cloud SQL Service. The cluster is managed by GCP and automatically handles
|
|
standby failover, read replicas, backups, patching, and encryption.
|
|
|
|
[README.md](./README.md)
|