cloud-sql-create-database Tool

Create a new database in a Cloud SQL instance.

About

The cloud-sql-create-database tool creates a new database in a specified Cloud SQL instance.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Cloud SQL Admin Source

Parameters

parametertyperequireddescription
projectstringtrueThe project ID.
instancestringtrueThe ID of the instance where the database will be created.
namestringtrueThe name for the new database. Must be unique within the instance.

Example

kind: tools
name: create-cloud-sql-database
type: cloud-sql-create-database
source: my-cloud-sql-admin-source
description: "Creates a new database in a Cloud SQL instance."

Reference

fieldtyperequireddescription
typestringtrueMust be “cloud-sql-create-database”.
sourcestringtrueThe name of the cloud-sql-admin source to use.
descriptionstringfalseA description of the tool.