GithubHelp home page GithubHelp logo

rob-ts's Introduction

Terraspace example stack

Usage

To deploy the "mortgages" stack to a Dev environment:

TS_ENV=dev terraspace up mortgages

To deploy the "savings" stack to the Personal 01 environment, with 1 initial node instead of the 2 that Dev is defined with:

TS_ENV=personal01 terraspace up savings

Creating a new environment

To add a new environment, simply create a new .tfvars file in the respective app/stacks/mortgages|savings/tfvars directory

Extending

  • Clusters can be defined with any number of properties. In the gke-cluster module, make it flexible - variables wherever possible, other than stuff that would never change (e.g. you might always want Autopilot enabled)

  • New "intermediate" or "middle-man" modules can be created. In our Stacks, we're calling the networking module and the gke-cluster module. If we did this for 5 Stacks... and added additional module calls to each Stack... we'd end up repeating a ton of code. Instead, we could create a module called base which contains the module calls to gke-cluster and networking, then our Stacks could just call base with different variables

rob-ts's People

Contributors

duncanwraight avatar

Watchers

 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.