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