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:
@@ -31,11 +31,11 @@ redirect_from:
|
||||
|
||||

|
||||
|
||||
```json
|
||||
```jsonc
|
||||
"features": {
|
||||
...
|
||||
// ...
|
||||
"ghcr.io/devcontainers/features/terraform:1": {},
|
||||
...
|
||||
// ...
|
||||
}
|
||||
```
|
||||
|
||||
@@ -43,14 +43,14 @@ redirect_from:
|
||||
|
||||

|
||||
|
||||
```json
|
||||
```jsonc
|
||||
"features": {
|
||||
...
|
||||
// ...
|
||||
"ghcr.io/devcontainers/features/terraform:1": {
|
||||
"version": "1.1",
|
||||
"tflint": "latest"
|
||||
},
|
||||
...
|
||||
// ...
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user