Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 548 Bytes

Terraform2AnsibleInventory

Transforms terraform.tfstate to ini-styled ansible hosts-file

Download
https://github.com/srcmkr/Terraform2AnsibleInventory/releases/tag/1.1

Available parameters
-i, --in Required. Input file to be processed.
-o, --out Required. Output file to be processed.
-v, --verbose (Default: false) Verbose all messages to standard output.
--help Display this help screen.
--version Display version information.

Usage
t2ai --in /path/to/terraform.tfstate --out /path/to/ansible_hosts [--verbose]