Giter Club home page Giter Club logo

ministryofjustice.digital-probation-services-environments's Introduction

Digital Probation Services Environments

Infrastructure-as-code provisioning of environments in AWS for new technology nDelius components.

How to use this repo

IaC repos are not like like normal code repos - when you use them you are modifiying the single instance of a piece of infrastructure. There are no unit tests as such - it is possible to add awspec tests to verify that the infrastructure is in its expected state, but the benefit is marginal at best. Similarly, the use of branches does not isolate your changes from other branches. I strongly recommend making multiple small changes and checking what terraform is going to do (see below) before letting it do it.

  1. Pull this repo
  2. Navigate to the terraform directory
  3. Run terraform init
  4. Run terraform plan -out=./terraform.plan. The -out option is to ensure that apply runs the generated plan.
  5. Examine the plan. If it is not what you expect, stop!
  6. Run terraform apply "./terraform.plan"

You may find it convenient to add the commands above as run configurations in IntelliJ, with the working directory set to terraform.

Resource identification

All taggable resources should be identified with the stardard tag set described here. Use the tags module and merge the resource name.

ministryofjustice.digital-probation-services-environments's People

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.