Code Monkey home page Code Monkey logo

terraform's Introduction

Stacks

This repo is backed by a CircleCI workflow that allows changes without running terraform locally on the developer's machine.

Stacks checklist:

  1. Get AWS credentials and save them in ~/.aws/credentials
  2. check/update terraform backend file (forraform-backend.tf)
  3. check/update provider-aws.tf file
  4. create .tool-versions with all the required plugins
  5. check all .tf files and fill the missing

How to make changes:

  1. Understand Terraform
  2. Understand asdf-vm
  3. Create a feature branch
  4. Commit your changes
  5. Open a pull request on github and follow the checklist in it

How to run locally:

In some cases it's better to be able to run the plan locally. This is also required in case you need to work directly with terraform's state (ie. terraform import, terraform state ...)

Do not run apply locally. This must be done only in cases of emergency.

Utils

Please check the README.md at the util folder

Conventions

DNS names

Resource DNS record format
ELB <elb-name>.<region>.bizzabo.com

File names

  1. use - instead of _ in file names.

Code style

  1. use 2 soft spaces for indentation
  2. use _ instead of - in resource names (to match terraform's style)

terraform's People

Watchers

 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.