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
Description: "Specify whether to encrypt data disk, default: false.",
246
+
Description: "Specify whether to encrypt data disk, default: false. NOTE: Make sure the instance type is offering and the cam role `QcloudKMSAccessForCVMRole` was provided.",
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_node_pool.html.markdown
+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
@@ -214,7 +214,7 @@ The `data_disk` object supports the following:
214
214
*`delete_with_instance` - (Optional, Bool) Indicates whether the disk remove after instance terminated.
215
215
*`disk_size` - (Optional, Int) Volume of disk in GB. Default is `0`.
216
216
*`disk_type` - (Optional, String) Types of disk. Valid value: `CLOUD_PREMIUM` and `CLOUD_SSD`.
217
-
*`encrypt` - (Optional, Bool) Specify whether to encrypt data disk, default: false.
217
+
*`encrypt` - (Optional, Bool) Specify whether to encrypt data disk, default: false. NOTE: Make sure the instance type is offering and the cam role `QcloudKMSAccessForCVMRole` was provided.
218
218
*`snapshot_id` - (Optional, String, ForceNew) Data disk snapshot ID.
219
219
*`throughput_performance` - (Optional, Int) Add extra performance to the data disk. Only works when disk type is `CLOUD_TSSD` or `CLOUD_HSSD` and `data_size` > 460GB.
0 commit comments