Document labels set on GCE instance
This commit is contained in:
parent
a7283f2281
commit
a005638e11
|
@ -204,6 +204,9 @@ builder.
|
||||||
- `instance_name` (string) - A name to give the launched instance. Beware that
|
- `instance_name` (string) - A name to give the launched instance. Beware that
|
||||||
this must be unique. Defaults to `"packer-{{uuid}}"`.
|
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"`.
|
- `machine_type` (string) - The machine type. Defaults to `"n1-standard-1"`.
|
||||||
|
|
||||||
- `metadata` (object of key/value strings) - Metadata applied to the launched
|
- `metadata` (object of key/value strings) - Metadata applied to the launched
|
||||||
|
|
Loading…
Reference in New Issue