From 70ca132c5697824d9bc1da6dd2881f89ce547016 Mon Sep 17 00:00:00 2001 From: piscue Date: Thu, 31 Oct 2024 15:12:42 +0100 Subject: [PATCH] fix: remove unused example spot_instance_termination_watcher --- examples/multi-runner/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/multi-runner/main.tf b/examples/multi-runner/main.tf index 48e94631e1..030ab87194 100644 --- a/examples/multi-runner/main.tf +++ b/examples/multi-runner/main.tf @@ -103,11 +103,6 @@ module "runners" { # Enable debug logging for the lambda functions # log_level = "debug" - # Enable spot termination watcher - # spot_instance_termination_watcher = { - # enable = true - # } - # Enable to track the spot instance termination warning # instance_termination_watcher = { # enable = true