From ff31665e380dc086f067a06c1423b7b5435fc5ca Mon Sep 17 00:00:00 2001 From: "bozhi.ch" Date: Tue, 11 Sep 2018 19:41:42 +0800 Subject: [PATCH] update document about ssh_private_ip option --- website/source/docs/builders/alicloud-ecs.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/alicloud-ecs.html.md b/website/source/docs/builders/alicloud-ecs.html.md index 266b59445..575e5ae77 100644 --- a/website/source/docs/builders/alicloud-ecs.html.md +++ b/website/source/docs/builders/alicloud-ecs.html.md @@ -190,6 +190,9 @@ builder. - `zone_id` (string) - ID of the zone to which the disk belongs. +- `ssh_private_ip` (boolean) - If this value is true, packer will connect to the ECS created through private ip + instead of allocating a public ip or an EIP. The default value is false. + ## Basic Example Here is a basic example for Alicloud.