Skip to content

Instantly share code, notes, and snippets.

@joshmarlow
Created October 23, 2018 17:09
Show Gist options
  • Save joshmarlow/7bef6aaac7516fb49a493082b2f4fd66 to your computer and use it in GitHub Desktop.
Save joshmarlow/7bef6aaac7516fb49a493082b2f4fd66 to your computer and use it in GitHub Desktop.
My Failing Packer Build
{
"variables": {
"do_token": ""
},
"builders": [
{
"type": "digitalocean",
"api_token": "{{ user `do_token` }}",
"image": "ubuntu-18-04-x64",
"region": "nyc3",
"size": "s-1vcpu-1gb",
"ssh_username": "root"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment