Merge pull request #2516 from patricklucas/document_gce_use_internal_ip
builder/googlecompute: Document use_internal_ip
This commit is contained in:
commit
b61f86fbae
|
@ -129,6 +129,9 @@ can be configured for this builder.
|
||||||
|
|
||||||
* `tags` (array of strings)
|
* `tags` (array of strings)
|
||||||
|
|
||||||
|
* `use_internal_ip` (boolean) - If true, use the instance's internal IP instead
|
||||||
|
of its external IP during building.
|
||||||
|
|
||||||
## Gotchas
|
## Gotchas
|
||||||
|
|
||||||
Centos images have root ssh access disabled by default. Set `ssh_username` to any user, which will be created by packer with sudo access.
|
Centos images have root ssh access disabled by default. Set `ssh_username` to any user, which will be created by packer with sudo access.
|
||||||
|
|
Loading…
Reference in New Issue