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
Copy file name to clipboardExpand all lines: examples/mysql-public/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ terraform destroy
31
31
32
32
| Name | Description |
33
33
|------|-------------|
34
+
| env\_vars | Exported environment variables |
34
35
| mysql\_conn | The connection name of the master instance to be used in connection strings |
35
36
| mysql\_user\_pass | The password for the default user. If not set, a random one will be generated and available in the generated\_user\_password output variable. |
| create\_timeout | The optional timout that is applied to limit long database creates. |`string`|`"30m"`| no |
17
17
| data\_cache\_enabled | Whether data cache is enabled for the instance. Defaults to false. Feature is only available for ENTERPRISE\_PLUS tier and supported database\_versions |`bool`|`false`| no |
18
18
| database\_flags | List of Cloud SQL flags that are applied to the database server. See [more details](https://cloud.google.com/sql/docs/mysql/flags)| <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
19
+
| database\_integration\_roles | The roles required by default database instance service account for integration with GCP services |`list(string)`|`[]`| no |
19
20
| database\_version | The database version to use |`string`| n/a | yes |
20
21
| db\_charset | The charset for the default database |`string`|`""`| no |
21
22
| db\_collation | The collation for the default database. Example: 'utf8\_general\_ci' |`string`|`""`| no |
| edition | The edition of the instance, can be ENTERPRISE or ENTERPRISE\_PLUS. |`string`|`null`| no |
32
33
| enable\_default\_db | Enable or disable the creation of the default database |`bool`|`true`| no |
33
34
| enable\_default\_user | Enable or disable the creation of the default user |`bool`|`true`| no |
35
+
| enable\_google\_ml\_integration | Enable database ML integration |`bool`|`false`| no |
34
36
| enable\_random\_password\_special | Enable special characters in generated random passwords. |`bool`|`false`| no |
35
37
| encryption\_key\_name | The full path to the encryption key used for the CMEK disk encryption |`string`|`null`| no |
36
38
| 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 |
0 commit comments