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
Add disk.provisioned_iops to compute_instance_template (#8528) (#15506)
* Add disk.provisioned_iops to compute_instance_template
* Add to region template as well
* Add provisioned_iops to disk characteristics that are used for array ordering
Signed-off-by: Modular Magician <[email protected]>
Description: `A set of key/value label pairs to assign to disks,`,
162
162
},
163
163
164
+
"provisioned_iops": {
165
+
Type: schema.TypeInt,
166
+
Optional: true,
167
+
ForceNew: true,
168
+
Computed: true,
169
+
Description: `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).`,
0 commit comments