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/is_instance.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
@@ -955,7 +955,7 @@ Review the argument references that you can specify for your resource.
955
955
**•**`gpu.memory` - (integer) The overall amount of GPU memory in GiB (gibibytes). </br>
956
956
**•**`gpu.model` - (string) The GPU model. </br>
957
957
**•**`enable_secure_boot` - (boolean) Indicates whether secure boot is enabled. </br>
958
-
-`volume_bandwidth_qos_mode` - (Optional, String) The volume bandwidth QoS mode to use for this virtual server instance.
958
+
-`volume_bandwidth_qos_mode` - (Optional, String) The volume bandwidth QoS mode to use for this virtual server instance. The specified value must be listed in the instance profile's volume_bandwidth_qos_modes. If unspecified, the default volume bandwidth QoS mode from the profile will be used.
959
959
-`vpc` - (Required, Forces new resource, String) The ID of the VPC where you want to create the instance. When using `instance_template`, `vpc` is not required.
960
960
-`zone` - (Required, Forces new resource, String) The name of the VPC zone where you want to create the instance. When using `instance_template`, `zone` is not required.
Copy file name to clipboardExpand all lines: website/docs/r/is_instance_template.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -534,6 +534,7 @@ Review the argument references that you can specify for your resource.
534
534
535
535
~>**Note:**
536
536
`volume_attachments` provides either `volume` with a storage volume ID, or `volume_prototype` to create a new volume. If you plan to use this template with instance group, provide the `volume_prototype`. Instance group does not support template with existing storage volume IDs.
537
+
-`volume_bandwidth_qos_mode` - (Optional, String) The volume bandwidth QoS mode to use for this virtual server instance. The specified value must be listed in the instance profile's volume_bandwidth_qos_modes. If unspecified, the default volume bandwidth QoS mode from the profile will be used.
537
538
-`vpc` - (Required, String) The VPC ID that the instance templates needs to be created.
538
539
-`user_data` - (Optional, String) The user data provided for the instance.
539
540
-`zone` - (Required, String) The name of the zone.
0 commit comments