remove unsused access config
This commit is contained in:
parent
de2e5edf2e
commit
25bc1da8fe
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue