Releases: carlpett/tfz53
Releases · carlpett/tfz53
v0.2.1
v0.2.0
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)