Generates type-safe Terraform code:
-
*.tfvars
-
*.tf
(COMING SOON)
- terramake
- cli tool written in NodeJs which invokes the generator (see below)
- download from here https://www.npmjs.com/package/terramake
- elm-terramake
- Terraform generator written in Elm
- use any git server and elm-github-install
- terramake-modules-example
- example for the provider part
- based on Gruntwork's terragrunt-infrastructure-modules-example
- terramake-live-example
- example for the consumer part
- based on Gruntwork's terragrunt-infrastructure-live-example
$ elm package install
$ npm install -g elm-live
$ elm-live src/*.elm --output=iac/iac.js