mantl / terraform.py

Ansible dynamic inventory script for parsing Terraform state files
Apache License 2.0
451 stars 122 forks source link

Explain command line arguments better #73

Open mjuenema opened 7 years ago

mjuenema commented 7 years ago

It would be helpful if the online help provides better information. For instance the --noterraform flag stops the script from looking for state files in the .terraform directory. At least that's what I deduce from the source code. This is not well explained in the help output.

--noterraform         do not use terraform from path (default: False)
Theaxiom commented 7 years ago

Thanks for the feedback @mjuenema !