terraform/ec2/localstack/output.tf (4 lines of code) (raw):
output "public_dns" {
description = "The public DNS name assigned to the instance. For EC2-VPC, this is only available if you've enabled DNS hostnames for your VPC"
value = aws_instance.integration-test.public_dns
}