Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 735 Bytes

File metadata and controls

17 lines (11 loc) · 735 Bytes

Demystifying development with Terraform Or:

How I learned to stop worrying about complex deployments and embrace repeatable deployments.

This repository is a companion piece to the DevFestMn 2018 presentation Demystifying development with Terraform Or: How I learned to stop worrying about complex deployments and embrace repeatable deployments..

It can be downloaded and ran locally.

Instructions:

Install terraform run:

  • init.sh # init the project
  • graph.sh # graph the project as an svg
  • apply.sh # create the project These shell scripts wrap terraform requests in tfvars (Default variables)