packer-plugin-googlecompute
packer-plugin-googlecompute copied to clipboard
block_device doc: Fix supported volume types
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