mdBook
mdBook copied to clipboard
Requesting adding support for the Terraform language
Problem
Terraform is a popular infrastructure as a code solution, and it is widely used in the industry.
Even GitHub Markdown supports tf, terraform or hcl fenced code blocks to style the Terraform configuration syntax, example:
locals {
test_project_name = "Test"
}
Highlight.js docs show that they support Terraform.
Proposed Solution
Adding Terraform support out of the box, so the users wouldn't be needing 3rd party packages.
Notes
No response
I don't know if the maintainers will want to add support for Terraform, but you could solve this for your book by following the instructions I gave here: #2498