Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Pearson <[email protected]>
  • Loading branch information
npalm and stuartp44 authored Oct 10, 2024
1 parent 6634c81 commit 3e457cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ In case the setup does not work as intended, trace the events through this seque

### Termination watcher

This feature is in early stage and therefore disabled by default. To enable the watcher set `instance_termination_watcher.enable = true`.
This feature is in early stage and therefore disabled by default. To enable the watcher, set `instance_termination_watcher.enable = true`.

The termination watcher is currently watching for spot terminations. The module is only taken events into account for instances tagged with `ghr:environment` by default when deployment the module as part of one of the main modules (root or multi-runner). The module can also be deployed stand-alone, in that case the tag filter needs to be tunned.
The termination watcher is currently watching for spot terminations. The module is only taken events into account for instances tagged with `ghr:environment` by default when deployment the module as part of one of the main modules (root or multi-runner). The module can also be deployed stand-alone, in this case, the tag filter needs to be tunned.

### Termination notification

Expand Down

0 comments on commit 3e457cc

Please sign in to comment.