Skip to content

Commit 09db8fe

Browse files
Documentation fix
1 parent 386008b commit 09db8fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/d/is_instance_template.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,6 @@ You can access the following attribute references after your data source is crea
237237
- `iops` - (String) The maximum input/output operations per second (IOPS) for the volume.
238238
- `profile` - (String) The global unique name for the volume profile to use for the volume.
239239
- `tags` - (String) User Tags associated with the volume. (https://cloud.ibm.com/apidocs/tagging#types-of-tags)
240-
- `vpc` - (String) The VPC ID that the instance templates needs to be created.
241240
- `volume_bandwidth_qos_mode` - (String) The volume bandwidth QoS mode to use for this virtual server instance.
241+
- `vpc` - (String) The VPC ID that the instance templates needs to be created.
242242
- `zone` - (String) The name of the zone.

website/docs/d/is_instance_templates.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@ You can access the following attribute references after your data source is crea
224224
- `iops` - (String) The maximum input/output operations per second (IOPS) for the volume.
225225
- `profile` - (String) The global unique name for the volume profile to use for the volume.
226226
- `tags` - (String) User Tags associated with the volume. (https://cloud.ibm.com/apidocs/tagging#types-of-tags)
227-
- `vpc` - (String) The VPC ID that the instance templates needs to be created.
228227
- `volume_bandwidth_qos_mode` - (String) The volume bandwidth QoS mode to use for this virtual server instance.
228+
- `vpc` - (String) The VPC ID that the instance templates needs to be created.
229229
- `zone` - (String) The name of the zone.

website/docs/r/is_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,8 @@ Review the argument references that you can specify for your resource.
872872
- `name` - (String) The name of the volume prototype.
873873
- `profile` - (String) The profile of the volume prototype.
874874
- `size`- (Integer) The capacity of the volume in gigabytes.
875-
- `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.
876875
- `volume_bandwidth_qos_mode` - (Optional, String) The volume bandwidth QoS mode to use for this virtual server instance.
876+
- `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.
877877
- `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.
878878

879879

0 commit comments

Comments
 (0)