https://github.com/nullstone-modules/gcp-cloudsql-postgres
Nullstone datastore module to create a Postgresql cluster
https://github.com/nullstone-modules/gcp-cloudsql-postgres
Last synced: 4 months ago
JSON representation
Nullstone datastore module to create a Postgresql cluster
- Host: GitHub
- URL: https://github.com/nullstone-modules/gcp-cloudsql-postgres
- Owner: nullstone-modules
- Created: 2021-12-31T03:14:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T14:02:42.000Z (4 months ago)
- Last Synced: 2026-01-30T14:54:32.997Z (4 months ago)
- Language: HCL
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CloudSQL Postgresql
This Nullstone module is used to create a GCP CloudSQL PostgreSQL instance.
Additionally, this module creates resources that are necessary to securely connect apps via Nullstone.
## How it is configured
The CloudSQL instance is configured with a private IP so that communication between your apps and the database happen over a private networking connection.
This enables lower latency and more secure communication.
This module follows the instructions by Google to configure with private networking:
- [Configure private IP](https://cloud.google.com/sql/docs/postgres/configure-private-ip)
- [Configure private services access](https://cloud.google.com/sql/docs/postgres/configure-private-services-access)