Skip to content

Commit

Permalink
Upgrade Cloud SQL instance to production-friendly machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Jun 19, 2024
1 parent db44b98 commit 628f153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/schemes/cloud-sql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "google_sql_database_instance" "main" {
database_version = "POSTGRES_15"

settings {
tier = "db-f1-micro"
tier = "db-custom-1-3840"
connector_enforcement = "REQUIRED"

backup_configuration {
Expand Down

0 comments on commit 628f153

Please sign in to comment.