docs: Fix trivial json format (#10437)
This commit is contained in:
parent
28245ec143
commit
7ef5246e94
|
@ -71,7 +71,7 @@ These look like:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"builders": {
|
"builders": {
|
||||||
"type": "amazon-ebs"
|
"type": "amazon-ebs",
|
||||||
"access_key": "AKIAIOSFODNN7EXAMPLE",
|
"access_key": "AKIAIOSFODNN7EXAMPLE",
|
||||||
"secret_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
|
"secret_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
|
||||||
"region": "us-east-1",
|
"region": "us-east-1",
|
||||||
|
|
Loading…
Reference in New Issue