Git Product home page Git Product logo

devops-starter-kit's Introduction

Devops Starter Kit

A collection of re-usable terraform modules for common project tasks with an emphasis on AWS and EKS

Organization

I've organized the modules in this repository following a methodology similar to Brad Frost's Atomic Design. The goal of this choice is to seperate out modules based on the number of dependencies they include as well as the number of services that they touch.

Atoms

Modules in the 'atoms' directory should create a single terraform resource. These are useful for creating resources that have lots of inputs that are usually the same, atoms can be used to set reasonable defaults. Atom modules must not use no more than 1 provider.

Molecules

Molecules are made up of more than one atom or resource, or are extended special cases of atoms. They must not use more than one provider.

Organisms

Organisms are higher level beasts, they can be made up of multiple atoms, molecules and/or resources and they are allowed to use multiple providers to accomplish this.

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.