Make variables variable, add watched_enabled

This commit is contained in:
2022-06-05 15:18:07 -05:00
parent 883538a97a
commit 21bacbe714
6 changed files with 27 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
variable "watchdog_enabled" {
default = true
type = bool
}