Created
January 30, 2020 00:36
-
-
Save pkolyvas/b57144ac616d2f4c186c85028e0f43da to your computer and use it in GitHub Desktop.
This file contains 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": [ | |
{ | |
"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