Terraform state operations

Shows all items from the state:

terraform state list
Show an item from the state:
terraform state show aws_vpc.mtc_vpc
Show entire state file:
terraform show