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
feat: Added "encryption_key_name" variable for postgresql and mysql modules. (#101)
* Added "encryption_key_name" variable for postgresql and mysql modules and "availability_type" variable for mysql
* Added "encryption_key_name" variable for postgresql and mysql modules and "availability_type" variable for mysql
* Added "encryption_key_name" variable for postgresql and mysql modules and "availability_type" variable for mysql
Co-authored-by: Cezar Romaniuc <[email protected]>
Copy file name to clipboardExpand all lines: modules/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
@@ -21,6 +21,7 @@
21
21
| disk\_autoresize | Configuration to increase storage size | bool |`"true"`| no |
22
22
| disk\_size | The disk size for the master instance | number |`"10"`| no |
23
23
| disk\_type | The disk type for the master instance. | string |`"PD_SSD"`| no |
24
+
| encryption\_key\_name | The full path to the encryption key used for the CMEK disk encryption | string |`"null"`| no |
24
25
| failover\_replica | Specify true if the failover instance is required | bool |`"false"`| no |
25
26
| failover\_replica\_activation\_policy | The activation policy for the failover replica instance. Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string |`"ALWAYS"`| no |
26
27
| failover\_replica\_configuration | The replica configuration for the failover replica instance. In order to create a failover instance, need to specify this argument. | object |`<map>`| no |
0 commit comments