Merge pull request #3718 from Adron/patch-1
GCE: Docs - changed basic level example so it can be copied & pasted
This commit is contained in:
commit
d5238b957d
|
@ -83,11 +83,13 @@ the path to the file containing the JSON.
|
||||||
|
|
||||||
``` {.javascript}
|
``` {.javascript}
|
||||||
{
|
{
|
||||||
|
"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