chore(docs): fix syntax highlighting (#10247)

Due to some reason, our docs are not rendering syntax highlighting when the code block type is 'terraform'. Changing the type to `hcl` fixes this.
This commit is contained in:
Muhammad Atif Ali
2023-10-13 18:50:24 +03:00
committed by GitHub
parent 76c65b1e1b
commit def980b973

View File

@@ -23,7 +23,7 @@ come bundled with your Coder deployment.
These can all be configured to use an icon by setting the `icon` field.
```terraform
```hcl
data "coder_parameter" "my_parameter" {
icon = "/icon/coder.svg"