Adding accelerator_count and accelerator_type to optional configuration reference

This commit is contained in:
Saulius Grusnys 2017-07-18 11:14:36 +01:00
parent 200113b8c1
commit 2e1f85a3f2
1 changed files with 5 additions and 0 deletions

View File

@ -174,6 +174,11 @@ builder.
Not required if you run Packer on a GCE instance with a service account.
Instructions for creating file or using service accounts are above.
- `accelerator_count` (int) - Number of guest accelerator cards to add to the launched instance.
- `accelerator_type` (string) - Full or partial URL of the guest accelerator type.
Example: `"projects/project_id/zones/europe-west1-b/acceleratorTypes/nvidia-tesla-k80"`
- `address` (string) - The name of a pre-allocated static external IP address.
Note, must be the name and not the actual IP address.