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: modules/mysql/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
| availability\_type | The availability type for the master instance. Can be either `REGIONAL` or `null`. | string |`"REGIONAL"`| no |
13
13
| backup\_configuration | The backup_configuration settings subblock for the database setings | object |`<map>`| no |
14
14
| create\_timeout | The optional timout that is applied to limit long database creates. | string |`"10m"`| no |
15
-
| database\_flags | List of Cloud SQL flags that are applied to the database server | object |`<list>`| no |
15
+
| 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)| object |`<list>`| no |
16
16
| database\_version | The database version to use | string | n/a | yes |
17
17
| db\_charset | The charset for the default database | string |`""`| no |
18
18
| db\_collation | The collation for the default database. Example: 'utf8_general_ci' | string |`""`| no |
Copy file name to clipboardExpand all lines: modules/postgresql/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
| availability\_type | The availability type for the master instance.This is only used to set up high availability for the PostgreSQL instance. Can be either `ZONAL` or `REGIONAL`. | string |`"ZONAL"`| no |
12
12
| backup\_configuration | The backup_configuration settings subblock for the database setings | object |`<map>`| no |
13
13
| create\_timeout | The optional timout that is applied to limit long database creates. | string |`"10m"`| no |
14
-
| database\_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/mysql/flags)| object |`<list>`| no |
14
+
| database\_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/postgres/flags)| object |`<list>`| no |
15
15
| database\_version | The database version to use | string | n/a | yes |
16
16
| db\_charset | The charset for the default database | string |`""`| no |
17
17
| db\_collation | The collation for the default database. Example: 'en_US.UTF8' | string |`""`| no |
0 commit comments