builder.profitbricks: remove duplicate communicator.Config field
This commit is contained in:
parent
3fa614b5e1
commit
40692a4e38
|
@ -23,13 +23,12 @@ type Config struct {
|
|||
Region string `mapstructure:"location"`
|
||||
Image string `mapstructure:"image"`
|
||||
SSHKey string
|
||||
SnapshotName string `mapstructure:"snapshot_name"`
|
||||
DiskSize int `mapstructure:"disk_size"`
|
||||
DiskType string `mapstructure:"disk_type"`
|
||||
Cores int `mapstructure:"cores"`
|
||||
Ram int `mapstructure:"ram"`
|
||||
Retries int `mapstructure:"retries"`
|
||||
CommConfig communicator.Config `mapstructure:",squash"`
|
||||
SnapshotName string `mapstructure:"snapshot_name"`
|
||||
DiskSize int `mapstructure:"disk_size"`
|
||||
DiskType string `mapstructure:"disk_type"`
|
||||
Cores int `mapstructure:"cores"`
|
||||
Ram int `mapstructure:"ram"`
|
||||
Retries int `mapstructure:"retries"`
|
||||
ctx interpolate.Context
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue