https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener_certificate#import
The description said In Terraform v1.5.0 and later, use an import block to import Listener Certificates using the listener arn and certificate arn, separated by an underscore (_).
However, in the example, the listener arn and iam arn are combined with an undersocre.
IAM can manege server certificates, but ACM is prefered. It might be confusing. I imported with ACM.
<img width="484" alt="Image" src="https://github.com/user-attachments/assets/9759d11b-67cb-48e9-afa2-654adb9f7b43" />No response
None