Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Temp - Terraform Markdown code blocksNew to Visual Studio Code? Get it now.
Temp - Terraform Markdown code blocks

Temp - Terraform Markdown code blocks

Stuart Leeks

|
2,530 installs
| (0) | Free
Temp extension to enable Terraform for markdown code blocks
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

temp-terraform-markdown README

Temp extension to add markdown code block support for Terraform that will be unnecessary once this PR is merged :-)

Features

VS Code supports tagging of code blocks in markdown to enable colorization, but this isn't currently working for terraform.

E.g. the following gets colorized

```javascript
var wibble = 'testing'
```

But an equivalent terraform codeblock doesn't

```terraform
resource "test" "foo" {
    "foo" = "bar"
    "name" = "${var.name}"
}
```

This extension wires up the markdown block to the Terraform language.

Requirements

Requires the Terraform extension for VS Code as that provides the actual language support for Terraform

Release Notes

0.0.1

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft