Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit ad865a7

Browse files
authored
fix: remove unused example spot_instance_termination_watcher (#4226)
I don't see this being used, and the only example available, it lead to confusion
1 parent 9da1d19 commit ad865a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/multi-runner/main.tf

-5
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ module "runners" {
103103
# Enable debug logging for the lambda functions
104104
# log_level = "debug"
105105

106-
# Enable spot termination watcher
107-
# spot_instance_termination_watcher = {
108-
# enable = true
109-
# }
110-
111106
# Enable to track the spot instance termination warning
112107
# instance_termination_watcher = {
113108
# enable = true

0 commit comments

Comments
 (0)