remove unsused access config

This commit is contained in:
Megan Marsh 2018-01-26 08:48:23 -08:00
parent de2e5edf2e
commit 25bc1da8fe
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ type Config struct {
common.PackerConfig `mapstructure:",squash"`
Comm communicator.Config `mapstructure:",squash"`
Access *AccessConfig
// Access config overrides
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`