We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5537007 commit b7be140Copy full SHA for b7be140
1 file changed
infra/opentofu/ecs/main.tf
@@ -334,13 +334,9 @@ module "autoscaling" {
334
AmazonECSManaged = true
335
}
336
337
- # Required for managed_termination_protection = "ENABLED"
+ # Required for managed_termination_protection = "ENABLED"
338
protect_from_scale_in = true
339
340
- instance_market_options = {
341
- market_type = "spot"
342
- }
343
-
344
# Spot instances
345
use_mixed_instances_policy = each.value.use_mixed_instances_policy
346
mixed_instances_policy = each.value.mixed_instances_policy
0 commit comments