Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 455 Bytes

cloudsql.md

File metadata and controls

24 lines (18 loc) · 455 Bytes

Google SQL Postgres

TODO link to create db...

database:
    cloudsql:
        # Enable
        enabled: false

        # Database name
        db: # <REQUIRED>

        # Username
        username: # <REQUIRED>

        # Password
        password: # <REQUIRED>

        # The instance connection name
        instance_connection_name: # <REQUIRED>

        # base64 encoded service account .json file
        service_account: # <REQUIRED>