diff --git a/builder/vagrant/builder.go b/builder/vagrant/builder.go index 964325648..06b22cbcd 100644 --- a/builder/vagrant/builder.go +++ b/builder/vagrant/builder.go @@ -50,9 +50,6 @@ type Config struct { Communicator string `mapstructure:"communicator"` - // What vagrantfile to use - VagrantfileTpl string `mapstructure:"vagrantfile_template"` - // Whether to Halt, Suspend, or Destroy the box TeardownMethod string `mapstructure:"teardown_method"`