Be able to use spot instances ``` /* instance_market_options { market_type = "spot" spot_options { spot_instance_type = "one-time" max_price = "${var.front_spot_price}" } } */ ```