packer-plugin-googlecompute icon indicating copy to clipboard operation
packer-plugin-googlecompute copied to clipboard

block_device doc: Fix supported volume types

Open runephilosof-karnovgroup opened this issue 9 months ago • 0 comments

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