Terraform show command will show all the resources in the state file.
But we need to display all the resources present in AWS (or region specific), not just the one in the state file.
How to do that using terraform?
From AWS CLI we can do like below.
aws resourcegroupstaggingapi get-resources --region us-east-1
But we want to acheive the same using terraform cli or any other hashicorp tool.