JSON Formatter for Terraform State & Config
Quick Answer: Paste terraform show -json output, state files, or plan JSON to format them. Terraform state files contain deeply nested resource attributes and metadata that are unreadable without formatting.
FAQ
How do I get Terraform output as JSON?
Use terraform show -json for state, terraform plan -out=plan && terraform show -json plan for plans, or terraform output -json for outputs.
Is it safe to paste my Terraform state here?
The formatter runs 100% in your browser. No data is sent to any server. However, state files may contain secrets -- review before sharing.