claranet / jinjaform

Terraform wrapper with Jinja2 templates
MIT License
35 stars 8 forks source link

Variables from command line args and environment #5

Open raymondbutcher opened 5 years ago

raymondbutcher commented 5 years ago

Terraform supports command line args and environment variables for setting variable values and variable files. Jinjaform should support whatever Terraform supports.

raymondbutcher commented 5 years ago

One of the reasons I made this project is so I don't need to remember extra command line arguments when using Terraform. For that reason, this issue is a low priority for me and I probably won't implement it any time soon unless requested.