mirror of
https://github.com/adammck/terraform-inventory
synced 2024-11-22 20:01:58 +01:00
Fix README syntax
This commit is contained in:
parent
a0c3a7f03c
commit
a0be69b77b
@ -18,10 +18,10 @@ add it, if you think that would be useful.
|
||||
## Usage
|
||||
|
||||
Ansible doesn't (seem to) support calling the inventory script with parameters,
|
||||
so you can specify the path to the state file using the environment variable
|
||||
TI\_TFSTATE like so:
|
||||
so you can specify the path to the state file using the `TI_TFSTATE` environment
|
||||
variable, like so:
|
||||
|
||||
TI\_TFSTATE=deploy/terraform.tfstate ansible-playbook --inventory-file=terraform-inventory
|
||||
TI_TFSTATE=deploy/terraform.tfstate ansible-playbook --inventory-file=terraform-inventory
|
||||
|
||||
Alternately, you can create a little shell script and call that. Something like:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user