THE DEV BENCH
🌍

HCL (Terraform) drills

The language Terraform speaks — blocks, attributes, and references that provision cloud infrastructure everywhere.

Your HCL is parsed by a real (subset) HCL parser that runs entirely in your browser — no server, no Terraform install. If it parses, we check the resulting blocks, attributes, and types. Strings use DOUBLE quotes; single quotes are a syntax error, just like in real HCL.

🌍

HCL (Terraform)

0/6 done

The language Terraform speaks — blocks, attributes, and references that provision cloud infrastructure everywhere.

← All config languages