| database | A list of objects that describes if any databases to be created. Example: [{name: 'mydb'}] | list(object({\n name = string\n })) | false | |
| instance | Instance configuration | map<any> | false | |
| name | The name of the database instance | string | true | |
| network_name | The name of the VCP to provision this in to | string | true | |
| project | The name of the GCP project | string | true | |
| require_ssl | Require SSL connections or not | bool | false | |
| users | A list of users that belong to a database instance. Example: [{name: 'user1', password: 'secret'}] | list(object({\n name = string\n password = string\n })) | false | |
| writeConnectionSecretToRef | The secret which the cloud resource connection will be written to | writeConnectionSecretToRef | false | |