Commit b61f86fb authored by Chris Bednarski's avatar Chris Bednarski

Merge pull request #2516 from patricklucas/document_gce_use_internal_ip

builder/googlecompute: Document use_internal_ip
parents 449f035c 73a157b7
......@@ -129,6 +129,9 @@ can be configured for this builder.
* `tags` (array of strings)
* `use_internal_ip` (boolean) - If true, use the instance's internal IP instead
of its external IP during building.
## 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment