simpleweb / be-tribe-terraform-heroku-presentation

A short introduction to using Terraform to provision Heroku resources with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An introduction to retrospectives

These are the slides for a short presentation to BE tribe introducing using Terrform with Ansible to provision Heroku (& AWS) apps

Dependencies

  • cleaver - for slides.
  • (semi-optional) pandoc - for a PDF version of the speaker notes.
  • (optional) nvm - for managing node version used. Built with version in .nvmrc but will probably work with many other.

make setup can install dependencies.

Usage

Releases will include built versions of the slides.

The instructions to build your own follow.

Slides for browser user

make slides.html
open slides.html

Printer friendly version of slides

make printable-slides.html
open printable-slides.html

The releases also contain a PDF version of these printer-friendly slides.

Speaker notes as PDF

make speaker-notes.pdf
open speaker-notes.pdf

About

A short introduction to using Terraform to provision Heroku resources with Ansible

License:MIT License


Languages

Language:Makefile 71.0%Language:CSS 16.9%Language:HTML 12.0%