Code Monkey home page Code Monkey logo

terraform's Introduction

Terraform Examples

A collection of Terraform examples

Each directory contains an example, be sure to check the README.md file in each for more details. In general, you will navigate to each directory and do your terraform init/plan/apply, but some may require additional configuration for variables specific to you.

General Notes

Using terraform-docs

The terraform-docs package can be used to generate tables of your input/output values

  • The steps below detail the following:
    • Install the package
    • Set an alias to output markdown for the local directory
    • Validate, format, then add input/output values to your README.md file (Note that you'll need to add the <!--Start--> and <!--End--> comments)
  • Installing on Linux
# You'll need to have golang installed to build the binary
# Instructions are here: https://github.com/segmentio/terraform-docs
go get github.com/segmentio/terraform-docs

# Add these aliases to your .bash_aliases (or wherever makes sense for you)
alias tfdoc="terraform-docs --sort-inputs-by-required md ."
alias tfgo="terraform validate -check-variables=false && terraform fmt && tfdoc && sed -i -e '/<!--Start-->/,/<!--End-->/{//!d;}' -e '/<!--Start-->/r'<(tfdoc) README.md"
  • Installing on Mac
brew install terraform-docs

# Add these aliases to your .bash_profile (or wherever makes sense for you)
alias tfdoc="terraform-docs --sort-inputs-by-required md ."
alias tfgo="terraform validate -check-variables=false && terraform fmt && tfdoc && sed -i '' -e '/<!--Start-->/,/<!--End-->/{//!d;}'  README.md && sed -i '' -e '/<!--Start-->/r'<(tfdoc) README.md"

terraform's People

Contributors

ericwaynewhite avatar

Stargazers

Christopher Stewart avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.