cuddly-application-93412
07/23/2023, 9:46 AMcool-lifeguard-49380
07/24/2023, 1:29 PMcool-lifeguard-49380
07/24/2023, 4:21 PMserver error (FATAL: database “flyte-db-backend” does not exist (SQLSTATE 3D000))Did you also create a database in the cloud sql instance? https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database.html You need
google_sql_database
google_sql_database_instance
google_sql_user
cuddly-application-93412
07/25/2023, 9:46 AMcool-lifeguard-49380
07/25/2023, 11:14 AMgoogle_service_networking_connection
to connect the cloud sql instance to the vpc used by your cluster. This way the database doesn’t need an external IP.cool-lifeguard-49380
07/25/2023, 11:16 AMip_allocation_policy {
cluster_ipv4_cidr_block = ""
services_ipv4_cidr_block = ""
}