Advertisement

Terraform HCL Formatter

Re-indents Terraform HCL based on brace nesting depth — a best-effort formatter, not a full HCL parser. Comments are kept as-is (not stripped); heredoc (<<EOF) content and braces inside string values/comments aren't specially handled, so double-check those sections.

Input HCL
Formatted
Advertisement