Created
November 1, 2016 22:11
-
-
Save jevonearth/77b31bdeee0285c8a6d6c120d2f2e9ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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