github.com/ewbankkit/terraform@v0.7.7/examples/digitalocean/README.md (about) 1 # Digital Ocean Droplet launch and setting the Domain records at Digital Ocean. 2 3 The example launches an Ubuntu 14.04, runs apt-get update and installs nginx. Also demonstrates how to create DNS records under Domains at DigitalOcean. 4 5 To run, configure your Digital Ocean provider as described in https://www.terraform.io/docs/providers/do/index.html 6 7 ## Prerequisites 8 You need to export you DigitalOcean API Token as an environment variable 9 10 export DIGITALOCEAN_TOKEN="Put Your Token Here" 11 12 ## Run this example using: 13 14 terraform plan 15 terraform apply