- Output Terraform 0.12.x variables (variables without
"${}"
) - Add feature to extract template variables from templates and generate corresponding HCL
- Add compatibility with HCL2 / Terraform 0.12.x variables (variables without
"${}"
) - Remove feature to automatically set lists default value to an empty list (does not work well with HCL2-style variables)
- Add feature to generate Terraform variables (
.tfvars
) file
- Add feature to generate dot-env (
.env
) file
- Add functionality to check existing
main.tf
andvariables.tf
for missing variables
- Fix inconsequential error thrown when removing files
- Add capability to delete extra working files
- Add module stub capability
- Add simple docs
- Initial working version
- Initial release!