Would it be possible to add a commented line right above the generated Terraform resource with the exact Terraform import command? For example something like this: ```bash # terraform import aws_instance.EC2Instance <Instance ID> resource "aws_instance" "EC2Instance" { ... } ```