Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 9b8f88b

Browse files
authored
fix(runners): Add missing entry for AWS-recommended price-capacity-optimized strategy to ProcessEnv interface (#2921)
fix: Add missing entry for AWS-recommended price-capacity-optimized strategy to ProcessEnv interface
1 parent 88954a5 commit 9b8f88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/runners/lambdas/runners/src/modules.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ declare namespace NodeJS {
2020
INSTANCE_MAX_SPOT_PRICE: string | undefined;
2121
INSTANCE_ALLOCATION_STRATEGY:
2222
| 'lowest-price'
23+
| 'price-capacity-optimized'
2324
| 'diversified'
2425
| 'capacity-optimized'
2526
| 'capacity-optimized-prioritized';

0 commit comments

Comments
 (0)