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:
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: