Skip to content

Commit

Permalink
Merge pull request #41658 from stefanfreitag/d-aws_sqs_queue-add-requ…
Browse files Browse the repository at this point in the history
…ired-permissions

docs: add required permissions for using aws_sqs_queue data source
  • Loading branch information
ewbankkit authored Mar 5, 2025
2 parents 016032d + 6a5a44f commit 03b9e41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/d/sqs_queue.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Use this data source to get the ARN and URL of queue in AWS Simple Queue Service
By using this data source, you can reference SQS queues without having to hardcode
the ARNs as input.

~> **NOTE:** To use this data source, you must have the `sqs:GetQueueAttributes` and `sqs:GetQueueURL` permissions.

## Example Usage

```terraform
Expand Down

0 comments on commit 03b9e41

Please sign in to comment.