Fixup docs formatting.

This commit is contained in:
Michael DeHaan 2013-08-06 10:53:56 -04:00
parent 7f2ae3f375
commit f0763558ad

View file

@ -30,9 +30,7 @@ options:
aliases: ['keypair'] aliases: ['keypair']
id: id:
description: description:
- identifier for this instance or set of instances, so that the module will be idempotent with respect to EC2 instances. - identifier for this instance or set of instances, so that the module will be idempotent with respect to EC2 instances. This identifier is valid for at least 24 hours after the termination of the instance, and should not be reused for another call later on. For details, see the description of client token at U(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
- Note: this identifier is valid for at least 24 hours after the termination of the instance, and should not be reused for another call later on.
- For details, see the description of client token at U(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
required: false required: false
default: null default: null
aliases: [] aliases: []