1
1
mirror of https://github.com/adammck/terraform-inventory synced 2024-11-23 00:12:13 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
Isao Jonas
e62801bb58 allow for non-string outputs (#45) 2016-09-06 23:05:30 -04:00
rhapsodhy
df104e9b15 New outputs format in tfstate (#43)
* New `output` format in tfstate
* Make `outputs` parser compatible with <0.7 terraform
2016-08-19 10:43:14 -04:00
Lazar Travica
df49397b0c Go fmt. 2016-04-09 17:27:00 +02:00
Lazar Travica
6ead28eee6 Showing Terraform outputs as "global" variables in the Ansible dynamic inventory json. 2016-02-16 12:12:49 +01:00
Adam Mckaig
0a61a938ad Sort resource names for consistent output 2015-12-14 23:30:23 -05:00
Adam Mckaig
3e00bfbe37 Split high/low level resource stuff 2015-12-14 22:24:41 -05:00
Adam Mckaig
08ca170435 Remove debugging printfs 2015-12-14 21:15:22 -05:00
Adam Mckaig
6ccf619ff7 Merge pull request #22 from adammck/counted_instances
Add support for grouped count=n resources
2015-12-14 21:10:14 -05:00
Adam Mckaig
141fdf78f7 Accept floating_ip attribute for OpenStack 2015-12-14 20:45:17 -05:00
Adam Mckaig
f518634ed6 Parse counters out of resource names 2015-12-09 22:52:47 -05:00
Ryan Phillips
d2d7b5269c fix #14: Add openstack support 2015-11-05 09:23:53 -05:00
Matt Peperell
4299fcebb2 Add VMware support 2015-08-11 16:24:11 +01:00
Lars Tobias Skjong-Børsting
c5e5e40cd7 Add CloudStack support 2015-06-23 19:39:56 +02:00
Adam Mckaig
dbe88863eb Also check for terraform.tfstate in pwd 2015-06-05 00:22:08 -04:00
Adam Mckaig
55d5cffc6a Prefer public IP if available
AWS instances in a private subnet are generally accessed via a VPN, but
many EC2 classic instances still have a public IP. We should use that
where possible, and fall back to a private IP if not.
2015-06-05 00:03:59 -04:00
Adam Mckaig
bde4ea23d1 Add Digital Ocean support 2015-06-04 22:43:56 -04:00
Mark Bainter
ff15699be0 Add support for environment variables
This change is really overkill for just defining the state path.
However, this opens the door for additional configuration options
such as choosing the keys to match on for the "host" argument.
2015-05-27 17:22:37 -05:00
Adam Mckaig
d536bd0748 Remove aws_instance. prefix from host names 2015-02-09 16:37:43 -05:00
Adam Mckaig
2d1c7fdfd9 Refactor to remove Terraform dependency
Closes #1
2015-02-09 16:37:30 -05:00