mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-27 18:24:01 -04:00
fix digitalocean v2 api size response
Signed-off-by: Vasiliy Tolstov <[email protected]>
This commit is contained in:
@@ -24,7 +24,7 @@ type Size struct {
|
||||
Memory uint `json:"memory,omitempty"` //only in v2 api
|
||||
VCPUS uint `json:"vcpus,omitempty"` //only in v2 api
|
||||
Disk uint `json:"disk,omitempty"` //only in v2 api
|
||||
Transfer uint `json:"transfer,omitempty"` //only in v2 api
|
||||
Transfer float64 `json:"transfer,omitempty"` //only in v2 api
|
||||
PriceMonthly float64 `json:"price_monthly,omitempty"` //only in v2 api
|
||||
PriceHourly float64 `json:"price_hourly,omitempty"` //only in v2 api
|
||||
Regions []string `json:"regions,omitempty"` //only in v2 api
|
||||
|
||||
Reference in New Issue
Block a user