Format change to spaces vs. tabs. & indentation cleanup.
This commit is contained in:
parent
a7de9d9a2f
commit
c4b93d00ad
|
@ -83,15 +83,13 @@ the path to the file containing the JSON.
|
||||||
|
|
||||||
``` {.javascript}
|
``` {.javascript}
|
||||||
{
|
{
|
||||||
"builders": [
|
"builders": [{
|
||||||
{
|
|
||||||
"type": "googlecompute",
|
"type": "googlecompute",
|
||||||
"account_file": "account.json",
|
"account_file": "account.json",
|
||||||
"project_id": "my project",
|
"project_id": "my project",
|
||||||
"source_image": "debian-7-wheezy-v20150127",
|
"source_image": "debian-7-wheezy-v20150127",
|
||||||
"zone": "us-central1-a"
|
"zone": "us-central1-a"
|
||||||
}
|
}]
|
||||||
]
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue