asteris-llc / converge

A powerful and easy-to-use configuration management system.
Apache License 2.0
250 stars 31 forks source link

Load all hcl files from a directory #623

Open dmlemos opened 7 years ago

dmlemos commented 7 years ago

I would love to be able to use converge on a directory as opposed to having to iterate each file and pass them to the cli individually.

Something I miss right now is the ability to define global variables in a file (as we can in terraform), because the files are executed exclusively.