From f0763558ad5e1a31512704d80a8bccbe54c4a68b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 6 Aug 2013 10:53:56 -0400 Subject: [PATCH] Fixup docs formatting. --- cloud/ec2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cloud/ec2 b/cloud/ec2 index 1ac7499e2c3..6d68435ed61 100644 --- a/cloud/ec2 +++ b/cloud/ec2 @@ -30,9 +30,7 @@ options: aliases: ['keypair'] id: description: - - identifier for this instance or set of instances, so that the module will be idempotent with respect to EC2 instances. - - 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). + - 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). required: false default: null aliases: []