Skip to content

v0.2.0

Compare
Choose a tag to compare
@carlpett carlpett released this 26 Jun 06:29
· 4 commits to master since this release
559a77b

Breaking changes

  • This release will generate syntax compatible with Terraform 0.12 by default. If you need to support Terraform 0.11 and earlier, use the new flag -legacy-syntax to generate the older syntax.

Improvements

  • Support Terraform 0.12 syntax (#15)
  • Output is now formatted according to the rules used by terraform fmt (#14)
  • Switched dependency management to use Go modules (#13)

Bugs fixed

  • Hostnames starting with digits are now handled correctly (#12)