beanaroo / aws_nz_meetup-terraform_intro

Demo files for the Introductory Overview of Managing AWS with Terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Intro to Managing AWS with Terraform

This project corresponds with presentation slides 42 - 47

  1. An empty VPC
  2. NAT Gateways + Public Subnets
  3. Private Subnets + Route Tables
  4. Converting to a Module
  5. Adding an EC2 Module
  6. Spinning up another environment

Terminal Output Playback

For demonstration, directories contain hidden recordings of terminal output. These were made using ttyrec and can be played back:

 $ ttyplay -s 4 .01plan.rec

Additions

If anybody is interested in more insight and examples, feel free to open a GitHub issue!

About

Demo files for the Introductory Overview of Managing AWS with Terraform

License:Apache License 2.0


Languages

Language:HCL 100.0%