1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge branch 'disable-fenced-code-language-rule' of https://github.com/github/docs-internal into disable-fenced-code-language-rule

This commit is contained in:
Rachael Sewell
2023-09-25 12:10:51 -07:00

View File

@@ -31,11 +31,11 @@ redirect_from:
![Screenshot of the "Marketplace" tab showing the installation code snippet for Terraform.](/assets/images/help/codespaces/feature-installation-code.png)
```json
```jsonc
"features": {
...
// ...
"ghcr.io/devcontainers/features/terraform:1": {},
...
// ...
}
```
@@ -43,14 +43,14 @@ redirect_from:
![Screenshot of the "Options" section of the "Marketplace" tab, with the "version" and "tflint" properties expanded.](/assets/images/help/codespaces/feature-options.png)
```json
```jsonc
"features": {
...
// ...
"ghcr.io/devcontainers/features/terraform:1": {
"version": "1.1",
"tflint": "latest"
},
...
// ...
}
```