We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb89e7d commit 5ddf01fCopy full SHA for 5ddf01f
infrastructure/dev/us-east-2/region.hcl
@@ -79,6 +79,8 @@ locals {
79
"r5n.12xlarge",
80
"r5n.24xlarge"
81
]
82
+ enable_savings_plans = false
83
+ enable_reserved_instances = false
84
}
85
86
# Region-specific networking
@@ -328,10 +330,4 @@ locals {
328
330
enable_config = false
329
331
332
- # Dev-specific cost optimization
- cost_optimization = {
333
- spot_percentage = 90 # Higher spot usage
334
- enable_savings_plans = false
335
- enable_reserved_instances = false
336
- }
337
0 commit comments