mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 18:04:11 -05:00
6 lines
278 B
Go
6 lines
278 B
Go
package common
|
|
|
|
// 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, " +
|
|
"you must use the `build` function"
|