Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
1.3.5
AWS Provider Version
4.61.0
Affected Resource(s)
aws_backup_selection.
Situation:
if I remove condition:
Output says: No changes detected
Expected Behavior
I would expect the the condition to be removed from the resource.
Actual Behavior
Terraform says nothing changed
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Apply code with a single condition in aws_backup_selection. Afterwards remove the codition and reapply -> says no changes deteced
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None