Skip to content

Instantly share code, notes, and snippets.

locals {
watchdog_tasks = {
"basic-int" = {
image_key = "sysops_watchdogtest-basiceventpublish"
image_name = "watchdogtest-basiceventpublish"
description = "Task to monitor basic internal mqtt services every 10 minutes"
cron = "cron(0/10 * * * ? *)"
sg_key = "internal"
settings = "/WatchDog/BasicEventPublish/Int"
extra_env = {}