droid / droid-inventory-terraform
Droid inventory Terraform
v1.2.0
2016-09-25 10:26 UTC
Requires
- php: >=5.3.0
- droid/droid-model: ~1.0
- symfony/console: ~2.7
This package is auto-updated.
Last update: 2024-10-25 21:21:33 UTC
README
This application reads a terraform.tfstate
and generates a inventory.terraform.yml
file.
It supports extracting hosts, groups and public + private ip addresses.
Run the following command from a directory that contains your terraform.tfstate
file:
./vendor/bin/droid-inventory-terraform inventory:terraform
This will generate inventory.terraform.yml
based on the terraform state file.