From 7a5cf7e361be3c3752eb2a8f5328d347cd51eae7 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 1 Jun 2015 20:57:57 +0100 Subject: [PATCH] docs: aws_sqs_queue - Add newline to fix Markdown --- website/source/docs/providers/aws/r/sqs_queue.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/sqs_queue.html.markdown b/website/source/docs/providers/aws/r/sqs_queue.html.markdown index 47cae1f7a..a3bf25c57 100644 --- a/website/source/docs/providers/aws/r/sqs_queue.html.markdown +++ b/website/source/docs/providers/aws/r/sqs_queue.html.markdown @@ -23,6 +23,7 @@ resource "aws_sqs_queue" "terraform_queue" { ## Argument Reference The following arguments are supported: + * `name` - (Required) This is the human-readable name of the queue * `visibility_timeout_seconds` - (Optional) The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes). The default for this attribute is 30 seconds * `message_retention_seconds` - (Optional) The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days). The default for this attribute is 345600 (4 days). @@ -36,4 +37,4 @@ The following arguments are supported: The following attributes are exported: * `id` - The URL for the created Amazon SQS queue. -* `arn` - The ARN of the SQS queue \ No newline at end of file +* `arn` - The ARN of the SQS queue