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
-`public_keys` (List of String) The public ssh keys of the user.
127
+
-`public_keys` (Set of String) The public ssh keys of the user.
131
128
132
129
133
130
134
131
<aid="nestedatt--templates--cpu"></a>
135
132
### Nested Schema for `templates.cpu`
136
133
137
-
Optional:
134
+
Read-Only:
138
135
139
136
-`architecture` (String) The CPU architecture.
140
137
-`cores` (Number) The number of CPU cores.
@@ -146,25 +143,22 @@ Optional:
146
143
<aid="nestedatt--templates--disks"></a>
147
144
### Nested Schema for `templates.disks`
148
145
149
-
Optional:
146
+
Read-Only:
150
147
151
148
-`discard` (Boolean) Whether the disk has discard enabled.
152
149
-`file_format` (String) The file format of the disk.
153
-
-`speed_limits` (Attributes) The speed limits of the disk. If not set, no speed limitations are applied. (see [below for nested schema](#nestedatt--templates--disks--speed_limits))
154
-
-`ssd_emulation` (Boolean) Whether to use SSD emulation. conflicts with virtio disk type.
155
-
-`use_iothread` (Boolean) Whether to use an iothread for the disk.
156
-
157
-
Read-Only:
158
-
159
150
-`interface_type` (String) The type of the disk.
160
151
-`position` (Number) The position of the disk. (0, 1, 2, etc.) This is combined with the `interface_type` to determine the disk name.
161
152
-`size` (Number) The size of the disk in GiB.
153
+
-`speed_limits` (Attributes) The speed limits of the disk. If not set, no speed limitations are applied. (see [below for nested schema](#nestedatt--templates--disks--speed_limits))
154
+
-`ssd_emulation` (Boolean) Whether to use SSD emulation. conflicts with virtio disk type.
162
155
-`storage` (String) The storage the disk is on.
156
+
-`use_iothread` (Boolean) Whether to use an iothread for the disk.
### Nested Schema for `virtual_machines.cloud_init.user`
125
122
126
-
Optional:
123
+
Read-Only:
127
124
128
125
-`name` (String) The name of the user.
129
126
-`password` (String) The password of the user.
130
-
-`public_keys` (List of String) The public ssh keys of the user.
127
+
-`public_keys` (Set of String) The public ssh keys of the user.
131
128
132
129
133
130
134
131
<aid="nestedatt--virtual_machines--cpu"></a>
135
132
### Nested Schema for `virtual_machines.cpu`
136
133
137
-
Optional:
134
+
Read-Only:
138
135
139
136
-`architecture` (String) The CPU architecture.
140
137
-`cores` (Number) The number of CPU cores.
@@ -146,25 +143,22 @@ Optional:
146
143
<aid="nestedatt--virtual_machines--disks"></a>
147
144
### Nested Schema for `virtual_machines.disks`
148
145
149
-
Optional:
146
+
Read-Only:
150
147
151
148
-`discard` (Boolean) Whether the disk has discard enabled.
152
149
-`file_format` (String) The file format of the disk.
153
-
-`speed_limits` (Attributes) The speed limits of the disk. If not set, no speed limitations are applied. (see [below for nested schema](#nestedatt--virtual_machines--disks--speed_limits))
154
-
-`ssd_emulation` (Boolean) Whether to use SSD emulation. conflicts with virtio disk type.
155
-
-`use_iothread` (Boolean) Whether to use an iothread for the disk.
156
-
157
-
Read-Only:
158
-
159
150
-`interface_type` (String) The type of the disk.
160
151
-`position` (Number) The position of the disk. (0, 1, 2, etc.) This is combined with the `interface_type` to determine the disk name.
161
152
-`size` (Number) The size of the disk in GiB.
153
+
-`speed_limits` (Attributes) The speed limits of the disk. If not set, no speed limitations are applied. (see [below for nested schema](#nestedatt--virtual_machines--disks--speed_limits))
154
+
-`ssd_emulation` (Boolean) Whether to use SSD emulation. conflicts with virtio disk type.
162
155
-`storage` (String) The storage the disk is on.
156
+
-`use_iothread` (Boolean) Whether to use an iothread for the disk.
0 commit comments