Skip to content

Conversation

lukehutch
Copy link
Contributor

@lukehutch lukehutch commented Jul 24, 2024

Adds an authorized_networks variable, which allows you to connect directly to Cloud SQL from your development machine.

Use it like this:

module "serverpod_production" {
  # ...

  # Allow home machine to connect directly to Postgres server
  authorized_networks = {
    name = "Home",
    value = "66.219.2.1/32"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants