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: "Decides whether the disk is deleted with instance(only applied to `CLOUD_BASIC`, `CLOUD_SSD` and `CLOUD_PREMIUM` disk with `POSTPAID_BY_HOUR` instance), default is true.",
303
304
},
305
+
"encrypt": {
306
+
Type: schema.TypeBool,
307
+
Optional: true,
308
+
Default: false,
309
+
ForceNew: true,
310
+
Description: "Decides whether the disk is encrypted. Default is `false`.",
311
+
},
304
312
},
305
313
},
306
314
},
@@ -515,6 +523,10 @@ func resourceTencentCloudInstanceCreate(d *schema.ResourceData, meta interface{}
0 commit comments