Modular Cloud SQL database instance for Terraform.
See the Cloud SQL documentation for details: https://cloud.google.com/sql
module "mysql-db" {
source = "GoogleCloudPlatform/sql-db/google"
name = "example-mysql-${random_id.name.hex}"
database_version = "MYSQL_5_6"
}
google_sql_database_instance.master
: The master database instance.google_sql_database.default
: The default database created.google_sql_user.default
: The default user created.