packer/website/source/docs
Adron Hall a7de9d9a2f Changed based level example so it can be copied.
The base level example doesn't actually work unless enclosed with a "builders" section. All fixed now.

Previous:

    {
      	"type": "googlecompute",
		"account_file": "account.json",
		"project_id": "my project",
		"source_image": "debian-7-wheezy-v20150127",
		"zone": "us-central1-a"
    }

Now:

	{
	  "builders": [
	    {
	      	"type": "googlecompute",
			"account_file": "account.json",
			"project_id": "my project",
			"source_image": "debian-7-wheezy-v20150127",
			"zone": "us-central1-a"
	    }
	  ]
	}
2016-07-14 07:05:46 -07:00
..
basics Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00
builders Changed based level example so it can be copied. 2016-07-14 07:05:46 -07:00
command-line Added documentation for ATLAS_CA* environment variables 2016-05-03 17:19:12 -07:00
extend Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00
machine-readable Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00
other Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00
post-processors initial import of checksum post-processor (#3492) 2016-05-18 17:31:16 -07:00
provisioners Clarifying defaults remote_path for powershell and windows-shell provisioners 2016-06-22 09:29:13 +03:00
templates Type-o in documentation 2016-06-14 14:24:34 -05:00
index.html.md Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00
installation.html.md Change .markdown to .md because it's shorter 2016-03-11 17:06:36 -08:00