Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
/ cd-with-terraform Public archive

Practical exercises for InfoQ "Continuous deployment with Terraform" workshop

License

Notifications You must be signed in to change notification settings

fastly/cd-with-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous deployment with Terraform

This repository contains the files and excercises needed to participate in the workshop "Continuous deployment with Terraform".

Welcome! The goal of the workshop is to build a continuous deployment pipeline around an example Fastly config. Combining Fastly’s 5-second deploys, API control, and some open-source tooling (Travis, Terraform) attendees will contribute live changes and see their results in the demo.

Prerequisites

  • Have a GitHub account
  • Have a machine with a terminal prompt, Make and Ruby installed

Install:

  • Fork the GitHub repo: https://github.com/fastly/cd-with-terraform
  • Clone the repo to a local directory on your machine:
    • Via SSH: git clone git@github.com:<USERNAME>/cd-with-terraform.git
    • Via HTTP: git clone https://github.com/<USERNAME>/cd-with-terraform.git
  • Change directory into the repo: cd cd-with-terraform
  • Install the dependencies make install
    • This will install the Terraform binary to your $HOME directory and link your $PATH. Permission may be required.
    • If you already have Terraform and the Travis gem installed on your machine or would prefer to install manually, skip this step.
  • You're good to go!

Exercises:

To start, follow the tasks in the exercises directory:

  1. Define a Fastly service with Terraform
  2. Configure continuous deployment with Travis

About

Practical exercises for InfoQ "Continuous deployment with Terraform" workshop

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published