Open x4team opened 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
Hey @x4team 👋 Thank you for taking the time to raise this! Are you able to supply debug logs (redacted as needed) so that we have the necessary information to take a look into this?
Terraform Core Version
1.5.3
AWS Provider Version
5.8.0
Affected Resource(s)
aws_ec2_traffic_mirror_filter aws_ec2_traffic_mirror_filter_rule aws_ec2_traffic_mirror_target aws_ec2_traffic_mirror_session
Expected Behavior
destroyed all aws_ec2_traffic resources
Actual Behavior
Resources are deleted sequentially, which leads to an error. Although sessions should be deleted initially, then the target, after that the filter rules and the filter itself are the last
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Create all traffic mirrors resources aws_ec2_traffic_mirror_filter aws_ec2_traffic_mirror_filter_rule aws_ec2_traffic_mirror_target aws_ec2_traffic_mirror_session
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None