JSON Formatter for Terraform
Your data never leaves your browserTerraform state files contain secrets and resource IDs. Never paste them into tools that send data to servers. CodeNeat processes everything locally.
Example
{"version": 4, "terraform_version": "1.9.0", "resources": [{"type": "aws_instance", "name": "web", "instances": [{"attributes": {"id": "i-0abc123", "instance_type": "t3.medium"}}]}]}Tips
- 1Use tree view for large state files.
- 2Never share tfstate without redacting secrets.
- 3JSON only — use terraform fmt for HCL.
Frequently Asked Questions
Safe for tfstate?
Yes. Everything processed in your browser.
Max size?
Up to 5 MB.
Convert to HCL?
Not supported. Use terraform fmt.