Merge pull request #3737 from clstokes/docs-googlecompute-metadata

builder/googlecompute: Clarify metadata usage.
This commit is contained in:
Rickard von Essen 2016-09-13 23:05:16 +02:00 committed by GitHub
commit 7dafd4421e
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ builder.
- `machine_type` (string) - The machine type. Defaults to `"n1-standard-1"`.
- `metadata` (object of key/value strings)
- `metadata` (object of key/value strings) - Metadata applied to the launched
instance.
- `network` (string) - The Google Compute network to use for the
launched instance. Defaults to `"default"`.