Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google_compute_disk doesn't support SSD disks #351

Closed
0xAhmed opened this issue Oct 2, 2014 · 0 comments · Fixed by #372
Closed

google_compute_disk doesn't support SSD disks #351

0xAhmed opened this issue Oct 2, 2014 · 0 comments · Fixed by #372

Comments

@0xAhmed
Copy link

0xAhmed commented Oct 2, 2014

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.

jgoldschrafe pushed a commit to jgoldschrafe/terraform that referenced this issue Oct 7, 2014
Supports configuring the disk type for Google Compute Engine disk
resources. Both `google_compute_disk` and `google_compute_instance`
disk types are supported.

Resolves hashicorp#351.
@ghost ghost locked and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants