Skip to content

Commit

Permalink
Merge pull request #41590 from hashicorp/d-add-sqs-queue-note
Browse files Browse the repository at this point in the history
docs/aws_sqs_queue: Timeout with incompatible arguments
  • Loading branch information
YakDriver authored Feb 27, 2025
1 parent c69c5e7 commit cc46d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/r/sqs_queue.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Amazon SQS (Simple Queue Service) is a fully managed message queuing service tha

!> AWS will hang indefinitely, leading to a `timeout while waiting` error, when creating or updating an `aws_sqs_queue` with an associated [`aws_sqs_queue_policy`](/docs/providers/aws/r/sqs_queue_policy.html) if `Version = "2012-10-17"` is not explicitly set in the policy.

!> AWS will hang indefinitely and trigger a `timeout while waiting` error when creating or updating an `aws_sqs_queue` if `kms_data_key_reuse_period_seconds` is set to a non-default value, `sqs_managed_sse_enabled` is `false` (explicitly or by default), and `kms_master_key_id` is not set.

## Example Usage

```terraform
Expand Down

0 comments on commit cc46d89

Please sign in to comment.