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: docs/modules/instance.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,6 @@ Manage Linode Instances, Configs, and Disks.
149
149
| `auto_disk_resize` | <center>`bool`</center> | <center>Optional</center> | Whether implicitly created disks should be resized during a type change operation. **(Default: `False`)** |
150
150
| `tags` | <center>`list`</center> | <center>Optional</center> | An array of tags applied to this object. Tags are for organizational purposes only. **(Updatable)** |
151
151
| [`placement_group` (sub-options)](#placement_group) | <center>`dict`</center> | <center>Optional</center> | A Placement Group to create this Linode under. |
152
-
| `disk_encryption` | <center>`str`</center> | <center>Optional</center> | The disk encryption status of this Linode. NOTE: Disk encryption may not currently be available to all users. **(Choices: `enabled`, `disabled`)** |
153
152
| `swap_size` | <center>`int`</center> | <center>Optional</center> | When deploying from an Image, this field is optional, otherwise it is ignored. This is used to set the swap disk size for the newly-created Linode. |
154
153
155
154
### configs
@@ -275,7 +274,6 @@ Manage Linode Instances, Configs, and Disks.
275
274
| `authorized_keys` | <center>`list`</center> | <center>Optional</center> | A list of SSH public key parts to deploy for the root user. |
276
275
| `authorized_users` | <center>`list`</center> | <center>Optional</center> | A list of usernames. |
277
276
| `filesystem` | <center>`str`</center> | <center>Optional</center> | The filesystem to create this disk with. |
278
-
| `disk_encryption` | <center>`str`</center> | <center>Optional</center> | The disk encryption status of this disk.NOTE: Disk encryption may not currently be available to all users. **(Choices: `enabled`, `disabled`)** |
279
277
| `image` | <center>`str`</center> | <center>Optional</center> | An Image ID to deploy the Disk from. |
280
278
| `root_pass` | <center>`str`</center> | <center>Optional</center> | The root user’s password on the newly-created Linode. |
281
279
| `stackscript_id` | <center>`int`</center> | <center>Optional</center> | The ID of the StackScript to use when creating the instance. See the [Linode API documentation](https://techdocs.akamai.com/linode-api/reference/get-stack-scripts). |
@@ -356,8 +354,6 @@ Manage Linode Instances, Configs, and Disks.
356
354
"placement_group_type": "anti_affinity:local",
357
355
"placement_group_policy": "strict"
358
356
}
359
-
"disk_encryption": "enabled",
360
-
"lke_cluster_id": null
361
357
}
362
358
```
363
359
- See the [Linode API response documentation](https://techdocs.akamai.com/linode-api/reference/get-linode-instance) for a list of returned fields
@@ -443,8 +439,7 @@ Manage Linode Instances, Configs, and Disks.
0 commit comments