hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
23 stars 51 forks source link

block_device doc: Fix supported volume types #219

Open runephilosof-karnovgroup opened 2 months ago

runephilosof-karnovgroup commented 2 months ago

The documentation lists the supported volume types with _, but it should be -.

https://github.com/hashicorp/packer-plugin-googlecompute/blob/a85c0501d7593492b674ea61afa01f3a8860aa02/lib/common/block_device.go#L95-L98

But it should be

    // * pd-standard: persistent, HDD-backed disk
    // * pd-balanced: persistent, SSD-backed disk
    // * pd-ssd: persistent, SSD-backed disk, with extra performance guarantees
    // * pd-extreme: persistent, fastest SSD-backed disk, with custom IOPS