Terraform State Viewer
Inspect and visualize Terraform state files.
Inspect and visualize Terraform state files.
Terraform State Inspector
Paste your state file content on the left to visualize it.
An interactive tool to safely view and explore your Terraform state files (`terraform.tfstate`). This client-side viewer turns the dense JSON of your state file into a collapsible, easy-to-navigate tree, helping you understand your infrastructure's current state.
Terraform state files contain a detailed JSON representation of your managed infrastructure, but reading the raw file can be difficult. This tool provides a clean, hierarchical view, making it easy to find specific resources, check attribute values, and understand dependencies without the risk of accidentally modifying the file. It's a safe way to inspect your state without using CLI commands.