🐕 Datadog HCL Generator

Convert Datadog dashboards JSON into Terraform HCL

Input

Output

// Generated Terraform HCL will appear here...
📖 How to use
  1. Export your Datadog dashboard JSON from the Datadog UI
  2. Paste the JSON content into the input area or drag & drop a .json file
  3. The tool will generate clean Terraform HCL resource code
  4. Copy the output or download as a .tf file
  5. Use terraform import to import the existing dashboard
⚠️ Important Notes
  • This tool focuses on basic dashboard structure - widgets may need manual adjustment
  • Always review and test generated HCL before applying
  • Ensure your Terraform provider supports the generated resource attributes