For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated