Skip to main content
版本:v1.9

Gcp-Cloudsql

描述

A module to create a private database setup

参数说明

属性

名称描述类型是否必须默认值
databaseA list of objects that describes if any databases to be createdlist(object({\n name = string\n }))false
instancemap(any)false
nameThe name of the database instancestringtrue
network_nameThe name of the VCP to provision this in tostringtrue
projectThe name of the GCP projectstringtrue
require_sslRequire SSL connections or not.boolfalse
usersA list of user that belong to a database instancelist(object({\n name = string\n password = string\n }))false
writeConnectionSecretToRefThe secret which the cloud resource connection will be written towriteConnectionSecretToReffalse

writeConnectionSecretToRef

名称描述类型是否必须默认值
nameThe secret name which the cloud resource connection will be written tostringtrue
namespaceThe secret namespace which the cloud resource connection will be written tostringfalse