You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| disk\_type | The disk type for the master instance. |`string`|`"PD_SSD"`| no |
29
29
| enable\_default\_db | Enable or disable the creation of the default database |`bool`|`true`| no |
30
30
| enable\_default\_user | Enable or disable the creation of the default user |`bool`|`true`| no |
31
+
| enable\_random\_password\_special | Enable special characters in generated random passwords. |`bool`|`false`| no |
31
32
| encryption\_key\_name | The full path to the encryption key used for the CMEK disk encryption |`string`|`null`| no |
32
33
| follow\_gae\_application | A Google App Engine application whose zone to remain in. Must be in the same region as this instance. |`string`|`null`| no |
33
34
| insights\_config | The insights\_config settings for the database. | <pre>object({<br> query_string_length = number<br> record_application_tags = bool<br> record_client_address = bool<br> })</pre> |`null`| no |
| disk\_type | The disk type for the master instance. |`string`|`"PD_SSD"`| no |
30
30
| enable\_default\_db | Enable or disable the creation of the default database |`bool`|`true`| no |
31
31
| enable\_default\_user | Enable or disable the creation of the default user |`bool`|`true`| no |
32
+
| enable\_random\_password\_special | Enable special characters in generated random passwords. |`bool`|`false`| no |
32
33
| encryption\_key\_name | The full path to the encryption key used for the CMEK disk encryption |`string`|`null`| no |
33
34
| follow\_gae\_application | A Google App Engine application whose zone to remain in. Must be in the same region as this instance. |`string`|`null`| no |
34
35
| iam\_user\_emails | A list of IAM users to be created in your cluster |`list(string)`|`[]`| no |
0 commit comments