1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-26 07:43:46 +01:00

Update README with working --host= example

This commit is contained in:
Adam Mckaig 2015-12-09 23:38:52 -05:00
parent aa1c5d4b19
commit 87cb036b5f

@ -80,7 +80,7 @@ It's just a Go app, so the usual:
To test against an example statefile, run:
terraform-inventory --list fixtures/example.tfstate
terraform-inventory --host=web-aws fixtures/example.tfstate
terraform-inventory --host=52.7.58.202 fixtures/example.tfstate
To update the fixtures, populate `fixtures/secrets.tfvars` with your DO and AWS
account details, and run `fixtures/update`. You almost certainly don't need to