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"`
|
Region string `mapstructure:"location"`
|
||||||
Image string `mapstructure:"image"`
|
Image string `mapstructure:"image"`
|
||||||
SSHKey string
|
SSHKey string
|
||||||
SnapshotName string `mapstructure:"snapshot_name"`
|
SnapshotName string `mapstructure:"snapshot_name"`
|
||||||
DiskSize int `mapstructure:"disk_size"`
|
DiskSize int `mapstructure:"disk_size"`
|
||||||
DiskType string `mapstructure:"disk_type"`
|
DiskType string `mapstructure:"disk_type"`
|
||||||
Cores int `mapstructure:"cores"`
|
Cores int `mapstructure:"cores"`
|
||||||
Ram int `mapstructure:"ram"`
|
Ram int `mapstructure:"ram"`
|
||||||
Retries int `mapstructure:"retries"`
|
Retries int `mapstructure:"retries"`
|
||||||
CommConfig communicator.Config `mapstructure:",squash"`
|
|
||||||
ctx interpolate.Context
|
ctx interpolate.Context
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue