Skip to content

Latest commit

 

History

History

workstation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Workstation

Setup

  • Set environment variable
export DIGITALOCEAN_TOKEN=your-token
  • Terraform init and apply
terraform init
terraform plan
terraform apply --auto-approve

Credit

Inspired by Fatih Arslan, and thoughtbot's laptop script