Skip to content

A quick terraform tutorial for setting up load balanced web servers in digitalocean.

Notifications You must be signed in to change notification settings

groovemonkey/digitalocean-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TutoriaLinux Digitalocean Terraform mini-course extravaganza!

A quick terraform tutorial for setting up load balanced web servers in digitalocean.

This repository goes along with the free YouTube terraform course

It contains the terraform code that you can use to follow along and set up a haproxy-load-balanced group of webservers.

Have fun!

Quickstart:

  1. Clone this repo:

git clone https://github.com/groovemonkey/digitalocean-terraform.git

  1. Set up DigitalOcean credentials:
  1. Put those credentials into the variables.tf file.

  2. Initialize and run terraform:

terraform init
terraform plan
  1. If you're ready to spend some money (or DO credits):

terraform apply

About

A quick terraform tutorial for setting up load balanced web servers in digitalocean.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published