mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
website: correct availability zone docs
This commit is contained in:
parent
e2e4c9f671
commit
4d623de9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ Optional:
|
|||
* `vpc_id` (string) - If launching into a VPC subnet, Packer needs the
|
||||
VPC ID in order to create a temporary security group within the VPC.
|
||||
|
||||
* `avail_zone` (string) - Destination availability zone to launch instance in.
|
||||
* `availability_zone` (string) - Destination availability zone to launch instance in.
|
||||
Leave this empty to allow Amazon to auto-assign.
|
||||
|
||||
## Basic Example
|
||||
|
|
|
|||
Loading…
Reference in a new issue