boule

Version, currently master branch1 version
  • master branchlatestJun 16, 2018

github.com/spox/boule

Miasma compatible REST API for Terraform

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  boule:
    github: spox/boule
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Chris Roberts

Dependencies

Runtime Dependencies

  • crogo*github: spox/crogo, branch: master
  • kemal*github: sdogruyol/kemal
  • spec2*github: waterlink/spec2.cr, branch: master
  • spec-kemal*github: sdogruyol/spec-kemal

README

boule

Local REST API for running terraform. It provides a specialized interface for usage with the miasma-terraform provider implementation of the miasma library.

Installation

Download the latest release, or build it locally:

$ shards install
$ crystal build -o boule src/boule.cr

Usage

Terraform must be available on the PATH. It can then be started:

$ ./boule

Configuration options

Configuration is defined in JSON format.

  • logger.name - name of the application
  • logger.path - path to log file
  • logger.verbosity - debug, info, warn, error, or fatal
  • terraform.directory - storage directory for terraform assets
  • terraform.scrub_destroyed - remove all file assets when destroyed

Contributing

  1. Fork it ( https://github.com/spox/boule/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • spox Chris Roberts - creator, maintainer