more information about the temporary keypair name

This commit is contained in:
Matthew Hooker 2017-02-10 19:34:13 -08:00
parent ff0fb79f48
commit 7911d3a13b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
3 changed files with 7 additions and 4 deletions

View File

@ -300,8 +300,9 @@ builder.
where the `SourceAMI` variable is replaced with the source AMI ID and where the `SourceAMI` variable is replaced with the source AMI ID and
`BuildRegion` variable is replaced with the value of `region`. `BuildRegion` variable is replaced with the value of `region`.
- `temporary_key_pair_name` (string) - The name of the temporary keypair - `temporary_key_pair_name` (string) - The name of the temporary key pair
to generate. By default, Packer generates a name with a UUID. to generate. By default, Packer generates a name that looks like
`packer_<UUID>`, where \<UUID\> is a 36 character unique identifier.
- `token` (string) - The access token to use. This is different from the - `token` (string) - The access token to use. This is different from the
access key and secret key. If you're not sure what this is, then you access key and secret key. If you're not sure what this is, then you

View File

@ -193,7 +193,8 @@ builder.
required if you are using an non-default VPC. required if you are using an non-default VPC.
- `temporary_key_pair_name` (string) - The name of the temporary key pair - `temporary_key_pair_name` (string) - The name of the temporary key pair
to generate. By default, Packer generates a name with an UUID. to generate. By default, Packer generates a name that looks like
`packer_<UUID>`, where \<UUID\> is a 36 character unique identifier.
- `token` (string) - The access token to use. This is different from the - `token` (string) - The access token to use. This is different from the
access key and secret key. If you're not sure what this is, then you access key and secret key. If you're not sure what this is, then you

View File

@ -302,7 +302,8 @@ builder.
`BuildRegion` variable is replaced with the value of `region`. `BuildRegion` variable is replaced with the value of `region`.
- `temporary_key_pair_name` (string) - The name of the temporary key pair - `temporary_key_pair_name` (string) - The name of the temporary key pair
to generate. By default, Packer generates a name with an UUID. to generate. By default, Packer generates a name that looks like
`packer_<UUID>`, where \<UUID\> is a 36 character unique identifier.
- `user_data` (string) - User data to apply when launching the instance. Note - `user_data` (string) - User data to apply when launching the instance. Note
that you need to be careful about escaping characters due to the templates that you need to be careful about escaping characters due to the templates