From 3c94a89a05317aea8d6ba2059924a3dcbf7bfd30 Mon Sep 17 00:00:00 2001 From: ryno75 Date: Mon, 20 Mar 2017 10:33:31 -0700 Subject: [PATCH] fixing issue #12885 (documentation typo) (#12886) --- .../source/docs/providers/aws/r/sqs_queue_policy.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/sqs_queue_policy.html.markdown b/website/source/docs/providers/aws/r/sqs_queue_policy.html.markdown index 32a4ae52c..4d96e00e0 100644 --- a/website/source/docs/providers/aws/r/sqs_queue_policy.html.markdown +++ b/website/source/docs/providers/aws/r/sqs_queue_policy.html.markdown @@ -48,5 +48,5 @@ POLICY The following arguments are supported: -* `queue_url` - (Required) The URL of the SNS Queue to which to attach the policy +* `queue_url` - (Required) The URL of the SQS Queue to which to attach the policy * `policy` - (Required) The JSON policy for the SQS queue