builder.profitbricks: remove duplicate communicator.Config field

This commit is contained in:
Adrien Delorme 2019-10-14 16:09:27 +02:00
parent 3fa614b5e1
commit 40692a4e38
1 changed files with 6 additions and 7 deletions

View File

@ -29,7 +29,6 @@ type Config struct {
Cores int `mapstructure:"cores"`
Ram int `mapstructure:"ram"`
Retries int `mapstructure:"retries"`
CommConfig communicator.Config `mapstructure:",squash"`
ctx interpolate.Context
}