Skip to content

Commit 2938602

Browse files
committed
Rename to terraform-inventory
To match the recommended plugin naming scheme, even though this isn't a plugin (yet?).
1 parent 4d13e03 commit 2938602

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
terraformedinventory
1+
/terraform-inventory

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Terraform, then (re-)provision them with Ansible. It's pretty neat.
99

1010
Just download the OSX binary and run it.
1111

12-
curl -L -O https://github.com/adammck/terraformedinventory/releases/download/v0.1/terraformedinventory
13-
chmod u+x terraformedinventory
14-
./terraformedinventory --list whatever.tfstate
12+
curl -L -O https://github.com/adammck/terraform-inventory/releases/download/v0.2/terraform-inventory
13+
chmod u+x terraform-inventory
14+
./terraform-inventory --list whatever.tfstate
1515

1616
Ansible doesn't (seem to) support calling the inventory script with parameters,
1717
so I like to wrap this tool up in a little shell script, and call that.
1818
Something like:
1919

2020
#!/bin/bash
21-
terraformedinventory $@ $(dirname $0)/deploy/terraform.tfstate
21+
terraform-inventory $@ $(dirname $0)/deploy/terraform.tfstate
2222

2323
Configuration via environment variables, like most other dynamic inventory
2424
scripts, is coming soon.
@@ -28,8 +28,8 @@ scripts, is coming soon.
2828

2929
[Install Terraform] [tfdev] from source, then:
3030

31-
git clone https://github.com/adammck/terraformedinventory.git
32-
cd terraformedinventory
31+
git clone https://github.com/adammck/terraform-inventory.git
32+
cd terraform-inventory
3333
go build
3434

3535

File renamed without changes.

0 commit comments

Comments
 (0)