diff --git a/builder/profitbricks/config.go b/builder/profitbricks/config.go index 4c9260a18..4cf4c9d32 100644 --- a/builder/profitbricks/config.go +++ b/builder/profitbricks/config.go @@ -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 }