Name EC2 Instances with aws_launch_configuration

I am currently using the aws_lauch_configuration to set up instances made with an aws_autoscaling_group. Is there a way to set up a schema for generating the names of these instances that get created? Currently they are all blank in the AWS Console

The “name” is usually a tag with the key as Name.

Take a look at the auto scaling group section for the launch config docs here -> https://www.terraform.io/docs/providers/aws/r/launch_configuration.html