builder/hyperv/iso: missing InterpolateContext

This commit is contained in:
Tobias 2017-07-27 16:53:15 +02:00
parent b9d1fada25
commit eafaaa881f
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ type Config struct {
func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
err := config.Decode(&b.config, &config.DecodeOpts{
Interpolate: true,
InterpolateContext: &b.config.ctx,
InterpolateFilter: &interpolate.RenderFilter{
Exclude: []string{
"boot_command",