We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cb036 commit 5178d30Copy full SHA for 5178d30
README.md
@@ -83,8 +83,12 @@ To test against an example statefile, run:
83
terraform-inventory --host=52.7.58.202 fixtures/example.tfstate
84
85
To update the fixtures, populate `fixtures/secrets.tfvars` with your DO and AWS
86
-account details, and run `fixtures/update`. You almost certainly don't need to
87
-do this.
+account details, and run `fixtures/update`. To run a tiny Ansible playbook on
+the example resourecs, run:
88
+
89
+ TF_STATE=fixtures/example.tfstate ansible-playbook --inventory-file=terraform-inventory fixtures/playbook.yml
90
91
+You almost certainly don't need to do any of this. Use the tests instead.
92
93
94
## License
0 commit comments