mdBook icon indicating copy to clipboard operation
mdBook copied to clipboard

Requesting adding support for the Terraform language

Open omergulen opened this issue 2 years ago • 1 comments

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

omergulen avatar Nov 15 '23 12:11 omergulen

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

szabgab avatar Mar 01 '25 19:03 szabgab