Warn about pushing sensitive data in Packer templates

This commit is contained in:
Seth Vargo 2015-02-03 18:32:57 -05:00
parent 8e0c7ace3a
commit 7911d98836
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ External build services such as HashiCorp's Atlas make it easy to iterate on
Packer templates, especially when the builder you are running may not be easily Packer templates, especially when the builder you are running may not be easily
accessable (such as developing `qemu` builders on Mac or Windows). accessable (such as developing `qemu` builders on Mac or Windows).
!> The Packer build service will receive the raw copy of your Packer template
when you push. **If you have sensitive data in your Packer template, you should
move that data into Packer variables or environment variables!**
For the `push` command to work, the [push configuration](/docs/templates/push.html) For the `push` command to work, the [push configuration](/docs/templates/push.html)
must be completed within the template. must be completed within the template.