Git Product home page Git Product logo

terraform-repo-example's Introduction

terraform-repo-example

This is an example of how I structure my Terraform projects. It should build a base VPC in AWS, a load balancer and an ECS cluster.

In order to run you just need terragrunt, and to set an environment variable "environment" to either uat or prod, then run "terragrunt apply" in whatever folder you want, or "terragrunt apply-all" from the root environment folder.

The idea behind this structure is to use the "environment" directory for the definitions of how an environment actually looks. The modules are re-usable building blocks. I use an environment variable to determine which environment I'm running in so that all environments use the exact same terraform code, just with different variables which are defined in the uat.tfvars or prod.tfvars files.

The example_service directory contains an example of the terraform code a developer would keep in their app's repo and use as part of the deployment pipeline for the app. They just set up the environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, TF_VAR_environment, TF_VAR_service_name, TF_VAR_image_tag and TF_VAR_build_version and then run terragrunt apply. Obviously different apps will need customisation of the taskdefinition and some of the other terraform code for appropriate ports etc.

terraform-repo-example's People

Contributors

dave-pollock avatar

Watchers

 avatar  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.