Skip to content

Commit 87cb036

Browse files
committed
Update README with working --host= example
1 parent aa1c5d4 commit 87cb036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ It's just a Go app, so the usual:
8080
To test against an example statefile, run:
8181

8282
terraform-inventory --list fixtures/example.tfstate
83-
terraform-inventory --host=web-aws fixtures/example.tfstate
83+
terraform-inventory --host=52.7.58.202 fixtures/example.tfstate
8484

8585
To update the fixtures, populate `fixtures/secrets.tfvars` with your DO and AWS
8686
account details, and run `fixtures/update`. You almost certainly don't need to

0 commit comments

Comments
 (0)