Cleanup documentation

This commit is contained in:
Edouard BONLIEU 2017-07-11 14:06:53 +02:00 committed by Matthew Hooker
parent ae18995ca1
commit 520433c0b8
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 3 additions and 4 deletions

View File

@ -48,7 +48,7 @@ builder.
- `image` (string) - The UUID of the base image to use. This is the
image that will be used to launch a new server and provision it. See
[https://api-marketplace.scaleway.com/images](https://api-marketplace.scaleway.com/images) to
[https://api-marketplace.scaleway.com/images](https://api-marketplace.scaleway.com/images)
get the complete list of the accepted image UUID.
- `region` (string) - The name of the region to launch the
@ -66,7 +66,7 @@ builder.
appear in your account. Default `packer-TIMESTAMP`
- `snapshot_name` (string) - The name of the resulting snapshot that will
appear in your account. Default `packer-TIMESTAMP
appear in your account. Default `packer-TIMESTAMP`
## Basic Example
@ -82,8 +82,7 @@ access tokens:
"region": "par1",
"commercial_type": "X64-2GB",
"ssh_username": "root",
"ssh_private_key_file": "~/.ssh/id_rsa",
Extra,
"ssh_private_key_file": "~/.ssh/id_rsa"
}
```