Skip to content

Commit d102272

Browse files
authored
Add provisioned_throughput to the public documentation for instance template (#14981)
1 parent cc93af2 commit d102272

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,9 @@ The following arguments are supported:
444444
* `disk_name` - (Optional) Name of the disk. When not provided, this defaults
445445
to the name of the instance.
446446

447-
* `provisioned_iops` - (Optional) Indicates how many IOPS to provision for the disk. This
448-
sets the number of I/O operations per second that the disk can handle.
449-
Values must be between 10,000 and 120,000. For more details, see the
450-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
447+
* `provisioned_iops` - (Optional) Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
448+
449+
* `provisioned_throughput` - (Optional) Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
451450

452451
* `resource_manager_tags` - (Optional) A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
453452

mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,9 @@ The following arguments are supported:
409409
* `disk_name` - (Optional) Name of the disk. When not provided, this defaults
410410
to the name of the instance.
411411

412-
* `provisioned_iops` - (Optional) Indicates how many IOPS to provision for the disk. This
413-
sets the number of I/O operations per second that the disk can handle.
414-
Values must be between 10,000 and 120,000. For more details, see the
415-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
412+
* `provisioned_iops` - (Optional) Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
413+
414+
* `provisioned_throughput` - (Optional) Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
416415

417416
* `resource_manager_tags` - (Optional) A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
418417

0 commit comments

Comments
 (0)