diff --git a/examples/config/config.variant b/examples/config/config.variant index 9b2b347..36e6ee4 100644 --- a/examples/config/config.variant +++ b/examples/config/config.variant @@ -72,10 +72,18 @@ job "config view" { } } + variable "var1" { + value = conf.foo + } + exec { command = "echo" args = [ - jsonencode(conf.foo) + <