diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 63f988a47..82e3cb5e0 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -83,11 +83,15 @@ the path to the file containing the JSON. ``` {.javascript} { - "type": "googlecompute", - "account_file": "account.json", - "project_id": "my-project", - "source_image": "debian-7-wheezy-v20150127", - "zone": "us-central1-a" + "builders": [ + { + "type": "googlecompute", + "account_file": "account.json", + "project_id": "my project", + "source_image": "debian-7-wheezy-v20150127", + "zone": "us-central1-a" + } + ] } ```