website: document temporary_key_pair_name [GH-1024]

This commit is contained in:
Mitchell Hashimoto 2014-05-01 14:21:17 -07:00
parent 1f41c11dda
commit 19317fe92d
2 changed files with 6 additions and 0 deletions

View File

@ -128,6 +128,9 @@ Optional:
* `tags` (object of key/value strings) - Tags applied to the AMI.
* `temporary_key_pair_name` (string) - The name of the temporary keypair
to generate. By default, Packer generates a name with a UUID.
* `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 being JSON. It is often more convenient to use `user_data_file`,

View File

@ -167,6 +167,9 @@ Optional:
* `tags` (object of key/value strings) - Tags applied to the AMI.
* `temporary_key_pair_name` (string) - The name of the temporary keypair
to generate. By default, Packer generates a name with a UUID.
* `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 being JSON. It is often more convenient to use `user_data_file`,