> For the complete documentation index, see [llms.txt](https://notes.nomanaziz.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.nomanaziz.me/devops/infrastructure-as-a-code-iac/terraform/6.-terraform-state-commands.md).

# 6. Terraform State Commands

### `terraform state list`

* List all the resources that we have a state for

### `terraform state show`

* Shows all the information regarding a resource that was listed by previous command
