Skip to content

Commit 5ddf01f

Browse files
committed
Fix duplicate cost_optimization attribute in region.hcl
1 parent bb89e7d commit 5ddf01f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

infrastructure/dev/us-east-2/region.hcl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ locals {
7979
"r5n.12xlarge",
8080
"r5n.24xlarge"
8181
]
82+
enable_savings_plans = false
83+
enable_reserved_instances = false
8284
}
8385

8486
# Region-specific networking
@@ -328,10 +330,4 @@ locals {
328330
enable_config = false
329331
}
330332

331-
# Dev-specific cost optimization
332-
cost_optimization = {
333-
spot_percentage = 90 # Higher spot usage
334-
enable_savings_plans = false
335-
enable_reserved_instances = false
336-
}
337333
}

0 commit comments

Comments
 (0)