packer-cn/helper/common/shared_state.go
2020-05-19 11:49:48 +02:00

7 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"