From ae4d2477a9390cc93a121eccdecb41dd91263520 Mon Sep 17 00:00:00 2001 From: xpk Date: Sat, 6 Jan 2024 10:28:48 +0800 Subject: [PATCH] UPD: changed initial core fleet size from 2 to 1 to prevent match with managed scaling policy --- examples/emr/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/emr/main.tf b/examples/emr/main.tf index bd48e21..52b9ff0 100644 --- a/examples/emr/main.tf +++ b/examples/emr/main.tf @@ -57,7 +57,7 @@ module "emr" { core_instance_fleet = { name = "core-fleet" target_on_demand_capacity = 0 - target_spot_capacity = 2 + target_spot_capacity = 1 instance_type_configs = [ { bid_price_as_percentage_of_on_demand_price = 70