Clarify googlecompute#metadata usage.

This commit is contained in:
Cameron Stokes 2016-07-20 11:12:20 -07:00
parent ddef181e76
commit 923375cdbc
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,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"`.