fix terraform spot_options key

This commit is contained in:
Taehyun Kim 2019-05-15 23:37:53 +09:00
parent 186da5cd3e
commit ddf79be176
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ type terraformLaunchTemplateMarketOptions struct {
// MarketType is the option type // MarketType is the option type
MarketType *string `json:"market_type,omitempty"` MarketType *string `json:"market_type,omitempty"`
// SpotOptions are the set of options // SpotOptions are the set of options
SpotOptions []*terraformLaunchTemplateMarketOptionsSpotOptions `json:"options,omitempty"` SpotOptions []*terraformLaunchTemplateMarketOptionsSpotOptions `json:"spot_options,omitempty"`
} }
type terraformLaunchTemplateBlockDeviceEBS struct { type terraformLaunchTemplateBlockDeviceEBS struct {