2018-03-08 18:22:28 -05:00
|
|
|
package common
|
|
|
|
|
2019-12-14 06:32:38 -05:00
|
|
|
// This is used in the BasicPlaceholderData() func in the packer/provisioner.go
|
|
|
|
// To force users to access generated data via the "generated" func.
|
|
|
|
const PlaceholderMsg = "To set this dynamically in the Packer template, " +
|
2019-12-17 14:20:57 -05:00
|
|
|
"you must use the `build` function"
|