builder.profitbricks: remove duplicate communicator.Config field
This commit is contained in:
parent
3fa614b5e1
commit
40692a4e38
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue