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
@@ -182,6 +182,7 @@ mysql -S $HOME/mysql_sockets/myproject:region:instance -u user -p
182
182
| disk\_autoresize | Configuration to increase storage size | bool |`"true"`| no |
183
183
| disk\_size | The disk size for the master instance | number |`"10"`| no |
184
184
| disk\_type | The disk type for the master instance. | string |`"PD_SSD"`| no |
185
+
| encryption\_key\_name | The full path to the encryption key used for the CMEK disk encryption | string |`"null"`| no |
185
186
| maintenance\_window\_day | The day of week (1-7) for the master instance maintenance. | number |`"1"`| no |
186
187
| maintenance\_window\_hour | The hour of day (0-23) maintenance window for the master instance maintenance. | number |`"23"`| no |
187
188
| maintenance\_window\_update\_track | The update track of maintenance window for the master instance maintenance. Can be either `canary` or `stable`. | string |`"stable"`| no |
0 commit comments