Skip to content

Instantly share code, notes, and snippets.

@jevonearth
Created November 1, 2016 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jevonearth/77b31bdeee0285c8a6d6c120d2f2e9ab to your computer and use it in GitHub Desktop.
Save jevonearth/77b31bdeee0285c8a6d6c120d2f2e9ab to your computer and use it in GitHub Desktop.
{
"builders": [
{
"image_name": "foo_base_gcp_11_0_{{timestamp}}",
"account_file": "../gcp_account.json",
"name": "foo-base-gcp-freebsd11",
"zone": "us-west1-a",
"disk_size": "30",
"source_image": "freebsd-11-0-release-p1-amd64",
"source_image_project_id": "freebsd-org-cloud-dev",
"ssh_username": "packer",
"project_id": "foo-infrastructure",
"type": "googlecompute"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment