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

8 Commits

Author SHA1 Message Date
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