From 080b7e3671787061fac9ebbb67e78c501b3d0170 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sun, 20 Oct 2024 02:53:33 -0300 Subject: [PATCH] Updates Spot Max Price --- instances/instance.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/instance.tf b/instances/instance.tf index 1f35608..2f0a521 100644 --- a/instances/instance.tf +++ b/instances/instance.tf @@ -118,7 +118,7 @@ resource "aws_instance" "worker" { instance_market_options { market_type = "spot" spot_options { - max_price = 0.0017 + max_price = 0.0020 instance_interruption_behavior = "stop" spot_instance_type = "persistent" }