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.5.0
AWS Provider Version
5.48.0
Affected Resource(s)
Expected Behavior
With no change in
aws_emr_security_configuration
resource block apply should not delete and create security configuration.Actual Behavior
Provider deletes and creates the security configuration in AWS account even though there is no change in the resource block.
Here is what the
terraform plan
showsRelevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
create resource
aws_emr_security_configuration
by doingterraform apply
and then do aterraform plan
.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None