From 87cb036b5fe8927cfeebd13446c4f31100f664ab Mon Sep 17 00:00:00 2001 From: Adam Mckaig Date: Wed, 9 Dec 2015 23:38:52 -0500 Subject: [PATCH] Update README with working --host= example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78dd4f..c2b1d18 100644 --- a/README.md +++ b/README.md @@ -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