Skip to content

Instantly share code, notes, and snippets.

@pkolyvas
Created January 30, 2020 00:36
Show Gist options
  • Save pkolyvas/b57144ac616d2f4c186c85028e0f43da to your computer and use it in GitHub Desktop.
Save pkolyvas/b57144ac616d2f4c186c85028e0f43da to your computer and use it in GitHub Desktop.
{
"builders": [
{
"type": "null",
"communicator": "none"
}
],
"provisioners": [
{
"type": "shell-local",
"inline": ["echo {{build `PackerRunUUID`}}"]
},
{
"type": "shell-local",
"environment_vars": ["TESTVAR={{ build `PackerRunUUID`}}"],
"inline": ["echo $TESTVAR"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment