Skip to content

Releases: adammck/terraform-inventory

v0.10

30 Jul 21:26
fb172e7
Compare
Choose a tag to compare

New Providers

Improved/fixed Providers

v0.9

08 Aug 00:38
Compare
Choose a tag to compare

Misc

New Providers

Improved/fixed Providers

v0.8

03 Feb 22:43
Compare
Choose a tag to compare

New Providers

Improved/fixed Providers

  • Add support for Digital Ocean droplet tags (@mblarsen, #56)
  • Add OpenStack metadata integration (@drymonsoon, #65)
  • Fix tags for Joyent Triton (@yonkornilov, #76)
  • Add tags for vSphere instances (@nicgrayson, #68)
  • Fix vSphere provider (@Atadilo, #84)
  • Add tags support to vSphere provider (@Atadilo, #88)
  • Add AWS spot instances (@nicosingh, #97)

Other Bug Fixes

Misc

v0.7-pre

22 Sep 14:11
Compare
Choose a tag to compare
v0.7-pre Pre-release
Pre-release
  • Add the --inventory option to produce an output similar to Ansible host file (via @andrefbsantos, #31)
  • Show Terraform outputs as "global" variables (via @lazartravica, #30)
  • Fix new outputs format in tfstate (via @rsdy, #43)
  • Allow non-string outputs (via @jonasi, #45)
  • Create all group as per Ansible inventory script conventions (via @Jonnymcc, #46)
  • Check .terraform/terraform.tfstate, for remote state (via @adammck, #41)
  • Improve Homebrew installation support (via @reedloden, #37)

This is a pre-release. It works for me, but would benefit from wider testing. Feedback welcome!

v0.6.1

29 Mar 14:32
Compare
Choose a tag to compare

This release was generously sponsored by Transloadit. Thanks, @kvz!

v0.6

07 Jan 22:04
Compare
Choose a tag to compare
  • Group resources launched with count=n
  • Group instances by arbitrary tags
  • Group resources by type
  • Add OpenStack support (via @rphillips)
  • Add Google Cloud Engine support (via @ldejager)

This release was generously sponsored by Transloadit. Thanks, @kvz!

v0.6-pre-2

10 Dec 05:10
Compare
Choose a tag to compare
v0.6-pre-2 Pre-release
Pre-release
  • Add support for grouped count=n resources

This is a highly unstable release, and unsuitable for probably anything. I'm releasing a build of #22, to make it simpler to test. I've only personally tested this against AWS. There will almost certainly be more releases before it becomes stable.

v0.6-pre

05 Nov 14:48
Compare
Choose a tag to compare
v0.6-pre Pre-release
Pre-release

This release has not been tested against a real system. Feedback welcome.

v0.5

05 Jul 16:40
Compare
Choose a tag to compare
  • Added CloudStack support (via @larstobi)
  • Added Linux and Windows builds

v0.4

05 Jun 04:52
Compare
Choose a tag to compare
  • Added DigitalOcean support
  • Read terraform.tfstate files in pwd
  • Read path to state file from ENV
  • Use public IP address when available