Skip to content

Commit

Permalink
fix terraform spot_options key
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed May 15, 2019
1 parent 186da5c commit ddf79be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type terraformLaunchTemplateMarketOptions struct {
// MarketType is the option type
MarketType *string `json:"market_type,omitempty"`
// SpotOptions are the set of options
SpotOptions []*terraformLaunchTemplateMarketOptionsSpotOptions `json:"options,omitempty"`
SpotOptions []*terraformLaunchTemplateMarketOptionsSpotOptions `json:"spot_options,omitempty"`
}

type terraformLaunchTemplateBlockDeviceEBS struct {
Expand Down

0 comments on commit ddf79be

Please sign in to comment.