From 48322d9a78c300d7ff624e45ad5a091daa6ed60e Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 12 May 2023 10:10:31 -0700 Subject: [PATCH] Document what the nomad stalker is for --- core/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/core/main.tf b/core/main.tf index 78ddd35..1a53aab 100644 --- a/core/main.tf +++ b/core/main.tf @@ -19,6 +19,7 @@ module "metrics" { } resource "nomad_job" "nomad-client-stalker" { + # Stalker used to allow using Nomad service registry to identify nomad client hosts jobspec = file("${path.module}/nomad-client-stalker.nomad") }