# Terramake
![npm](https://img.shields.io/npm/v/terramake.svg)
![npm](https://img.shields.io/npm/dt/terramake.svg)

A cli tool for compiling [Elm](http://elm-lang.org/) to [Terraform .tfvars](https://www.terraform.io/docs/configuration/variables.html#variable-files) file.

![usage](https://rawgit.com/karandit/terramake/gh-pages/term-sheet.svg)

Prerequisites

    $ npm install -g elm elm-github-install terramake

Usage

    $ cd your_elm_project
    $ elm-github-install
    $ terramake
