We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41d43e commit b52d82fCopy full SHA for b52d82f
2 files changed
dist/index.js
@@ -62836,7 +62836,9 @@ function buildMarketOptions() {
62836
if (config.input.marketType === 'spot') {
62837
return {
62838
MarketType: config.input.marketType,
62839
- SpotInstanceType: 'one-time',
+ SpotOptions: {
62840
+ SpotInstanceType: 'one-time',
62841
+ },
62842
};
62843
}
62844
src/aws.js
@@ -36,7 +36,9 @@ function buildMarketOptions() {
36
37
38
39
40
41
42
43
44
0 commit comments