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: website/docs/r/kubernetes_node_pool.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,8 +212,8 @@ The `data_disk` object supports the following:
212
212
The `data_disk` object supports the following:
213
213
214
214
*`delete_with_instance` - (Optional, Bool) Indicates whether the disk remove after instance terminated.
215
-
*`disk_size` - (Optional, Int, ForceNew) Volume of disk in GB. Default is `0`.
216
-
*`disk_type` - (Optional, String, ForceNew) Types of disk. Valid value: `CLOUD_PREMIUM` and `CLOUD_SSD`.
215
+
*`disk_size` - (Optional, Int) Volume of disk in GB. Default is `0`.
216
+
*`disk_type` - (Optional, String) Types of disk. Valid value: `CLOUD_PREMIUM` and `CLOUD_SSD`.
217
217
*`encrypt` - (Optional, Bool) Specify whether to encrypt data disk, default: false.
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