We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What were you trying to accomplish?
Validate an EventBridge component. I got a rule violation that said I needed a RedrivePolicy on my DLQ attached to my Eventbridge's targets.
If a SQS queue is already configured as a DLQ for Eventbridge's target, don't run the rule on the DLQ.
Same thing as PR#82 but handle DLQ on Eventbridge component.
cfn-lint
tflint
# paste logs here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What were you trying to accomplish?
Validate an EventBridge component. I got a rule violation that said I needed a RedrivePolicy on my DLQ attached to my Eventbridge's targets.
Expected Behavior
If a SQS queue is already configured as a DLQ for Eventbridge's target, don't run the rule on the DLQ.
Current Behavior
Possible Solution
Same thing as PR#82 but handle DLQ on Eventbridge component.
Environment
cfn-lint
) Python, cfn-lint, and cfn-lint-serverless versions: cfn-lint 0.59.0 cfn-lint-serverless 0.3.2tflint
) Go, tflint versions:The text was updated successfully, but these errors were encountered: