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
It seems like google_compute_disk doesn't support a 'type' argument that allows the user to select whether the disk is a standard or an SSD-based one, hence it just selects a standard disk.
Supports configuring the disk type for Google Compute Engine disk
resources. Both `google_compute_disk` and `google_compute_instance`
disk types are supported.
Resolveshashicorp#351.
Hi,
It seems like google_compute_disk doesn't support a 'type' argument that allows the user to select whether the disk is a standard or an SSD-based one, hence it just selects a standard disk.
Types of disks allows on GCE are documented here
Thanks.
The text was updated successfully, but these errors were encountered: