Document labels set on GCE instance

pull/5308/head
Patrick Decat 9 years ago
parent a7283f2281
commit a005638e11

@ -204,6 +204,9 @@ builder.
- `instance_name` (string) - A name to give the launched instance. Beware that
this must be unique. Defaults to `"packer-{{uuid}}"`.
- `labels` (object of key/value strings) - Labels applied to the launched
instance.
- `machine_type` (string) - The machine type. Defaults to `"n1-standard-1"`.
- `metadata` (object of key/value strings) - Metadata applied to the launched

Loading…
Cancel
Save