0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A terraform wrapper for Bandwidth Incubator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6

Runtime

>= 0
 Project Readme

⚠️ DEPRECATED⚠️

genesis Build Status

A Terraform CLI wrapper built by the Bandwidth Incubator.

Goals

  1. Expose a command for each infrastructure-related lifecycle event in an Incubator-style project.
  2. Each command should protect against accidental non-automated actions that impact infrastructure.
  3. Don't do anything other than wrap the Terraform CLI
  4. Be platform independent

Note: Still not tested on any OS other than Windows. Please submit an issue if there are problems!

This code base will be greatly simplified once Terraform allows for environment variable interpolation in tfvars files.

Installation

gem install genesis

Commands

  • genesis apply
    • Apply infrastructure changes to match plan
  • genesis destroy
    • Destroy infrastructure Terraform knows about
  • genesis help [COMMAND]
    • Describe available commands or one specific command
  • genesis plan
    • Output an execution plan
  • genesis refresh
    • Reconcile state with the real-world infrastructure
  • genesis show
    • Output contents of the state file

Note:

All of these commands assume that the current working directory contains a terraform directory where terraform tf, tf.json, and tfvars files are. This is the directory passed to the Terraform cli.

Options

  • [--prompt], [--no-prompt]
    • Prompt before executing dangerous commands (Default: true)

License

MIT