Skip to content

Commit

Permalink
Add provisioned_iops to docs for instance template resources (#9380) (#…
Browse files Browse the repository at this point in the history
…6587)

[upstream:2b59ef214075b85da7c08bbef9a5e02760f5d412]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 30, 2023
1 parent f7410f8 commit 72b114a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/9380.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
5 changes: 5 additions & 0 deletions website/docs/d/compute_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ The following arguments are supported:
* `disk_name` - Name of the disk. When not provided, this defaults
to the name of the instance.

* `provisioned_iops` - Indicates how many IOPS to provision for the disk. This
sets the number of I/O operations per second that the disk can handle.
Values must be between 10,000 and 120,000. For more details, see the
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).

* `source_image` - The image from which to
initialize this disk. This can be one of: the image's `self_link`,
`projects/{project}/global/images/{image}`,
Expand Down
5 changes: 5 additions & 0 deletions website/docs/d/compute_region_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ The following arguments are supported:
* `disk_name` - Name of the disk. When not provided, this defaults
to the name of the instance.

* `provisioned_iops` - Indicates how many IOPS to provision for the disk. This
sets the number of I/O operations per second that the disk can handle.
Values must be between 10,000 and 120,000. For more details, see the
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).

* `source_image` - The image from which to
initialize this disk. This can be one of: the image's `self_link`,
`projects/{project}/global/images/{image}`,
Expand Down
5 changes: 5 additions & 0 deletions website/docs/r/compute_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ The following arguments are supported:
* `disk_name` - (Optional) Name of the disk. When not provided, this defaults
to the name of the instance.

* `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.
Values must be between 10,000 and 120,000. For more details, see the
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).

* `source_image` - (Optional) The image from which to
initialize this disk. This can be one of: the image's `self_link`,
`projects/{project}/global/images/{image}`,
Expand Down
5 changes: 5 additions & 0 deletions website/docs/r/compute_region_instance_template.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ The following arguments are supported:
* `disk_name` - (Optional) Name of the disk. When not provided, this defaults
to the name of the instance.

* `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.
Values must be between 10,000 and 120,000. For more details, see the
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).

* `source_image` - (Optional) The image from which to
initialize this disk. This can be one of: the image's `self_link`,
`projects/{project}/global/images/{image}`,
Expand Down

0 comments on commit 72b114a

Please sign in to comment.