You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From your documentation I am unable to determine how to let the eventbridge send a message to a DLQ when a target is not responding. I assume a policy needs to be attached to the eventbridge but can't seem to figure out the correct way to do it. Can you give an example of how to attach the policy to the eventbridge to allow it to write to a dlq when a target is not reachable.
If your request is for a new feature, please use the Feature request template.
✋ I have searched the open/closed issues and my issue is not listed.
⚠️ Note
Before you submit an issue, please perform the following first:
Remove the local .terraform directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!): rm -rf .terraform/
Re-initialize the project root to pull down modules: terraform init
Re-attempt your terraform plan or apply and check if the issue still persists
Versions
Module version [Required]: 3.13.0
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this issue will be closed in 10 days
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
From your documentation I am unable to determine how to let the eventbridge send a message to a DLQ when a target is not responding. I assume a policy needs to be attached to the eventbridge but can't seem to figure out the correct way to do it. Can you give an example of how to attach the policy to the eventbridge to allow it to write to a dlq when a target is not reachable.
If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
The text was updated successfully, but these errors were encountered: