docs: aws_sqs_queue - Add newline to fix Markdown

This commit is contained in:
Radek Simko 2015-06-01 20:57:57 +01:00
parent 943f7d0eaa
commit 7a5cf7e361
1 changed files with 2 additions and 1 deletions

View File

@ -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
* `arn` - The ARN of the SQS queue