jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

Support for reading variables for HCL2 #128

Open xeroc opened 2 years ago

xeroc commented 2 years ago

Hello,

the nomad CLI has an option for feeding variables through a hcl file using

nomad job run -var-file vars.hcl job.hcl

Can this be replicated with the python lib?