terraform/terraform-state-list

List Resources in State

Show all resources in the Terraform state file

terraform
state
list

Command

terraform state list

Explanation

Lists all resources tracked in the Terraform state file. Useful for understanding what Terraform currently manages.

Examples

List resources within a specific module

terraform state list module.vpc