Skip to content

Commit 03b9e41

Browse files
authored
Merge pull request #41658 from stefanfreitag/d-aws_sqs_queue-add-required-permissions
docs: add required permissions for using aws_sqs_queue data source
2 parents 016032d + 6a5a44f commit 03b9e41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/d/sqs_queue.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Use this data source to get the ARN and URL of queue in AWS Simple Queue Service
1212
By using this data source, you can reference SQS queues without having to hardcode
1313
the ARNs as input.
1414

15+
~> **NOTE:** To use this data source, you must have the `sqs:GetQueueAttributes` and `sqs:GetQueueURL` permissions.
16+
1517
## Example Usage
1618

1719
```terraform

0 commit comments

Comments
 (0)