Create AWS infrastructure/design from terraform scripts

I have terraform that creates AWS infrastructure (ex : VPC, internet gateway , ALB , target groups , subnets , Ec2 instances and all that stuff) . The question I have is any there any open source tool/gig hub repo/ way to read terraform and generate AWS infrastructure as a diagram with relationships. Any pointers/help is greatly appreciated.

Thanks