aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

[AWS::Events::Rule] - [BUG] - EventBridge Rule drifted if using Dead Letter Queue (SQS DLQ) #2006

Open FrcMoya opened 2 months ago

FrcMoya commented 2 months ago

Name of the resource

AWS::Events::Rule

Resource Name

No response

Issue Description

CloudFormation still returns "drifted" when a Events::Rule has a DLQ. I created an issue #1605 that was resolved but in AWS I see this problem again.

Expected Behavior

No drift in the EventBridge Rule

Observed Behavior

EventBridge Rule drifted if it is using a DLQ

Test Cases

Create a EventBridge Rule using Cloudformation with a target with a DLQ and check drift status of the stack

Other Details

No response