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/safer_mysql/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
@@ -169,6 +169,7 @@ mysql -S $HOME/mysql_sockets/myproject:region:instance -u user -p
169
169
| additional\_users | A list of users to be created in your cluster | object |`<list>`| no |
170
170
| assign\_public\_ip | Set to true if the master instance should also have a public IP (less secure). | string |`"false"`| no |
171
171
| authorized\_gae\_applications | The list of authorized App Engine project names | list(string) |`<list>`| no |
172
+
| availability\_type | The availability type for the master instance. Can be either `REGIONAL` or `null`. | string |`"REGIONAL"`| no |
172
173
| backup\_configuration | The backup_configuration settings subblock for the database setings | object |`<map>`| no |
173
174
| create\_timeout | The optional timout that is applied to limit long database creates. | string |`"15m"`| no |
174
175
| database\_flags | The database flags for the master instance. See [more details](https://cloud.google.com/sql/docs/mysql/flags)| object |`<list>`| no |
0 commit comments