We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3928d commit 6a5a44fCopy full SHA for 6a5a44f
website/docs/d/sqs_queue.html.markdown
@@ -12,6 +12,8 @@ Use this data source to get the ARN and URL of queue in AWS Simple Queue Service
12
By using this data source, you can reference SQS queues without having to hardcode
13
the ARNs as input.
14
15
+~> **NOTE:** To use this data source, you must have the `sqs:GetQueueAttributes` and `sqs:GetQueueURL` permissions.
16
+
17
## Example Usage
18
19
```terraform
0 commit comments