github.com/jdextraze/terraform@v0.6.17-0.20160511153921-e33847c8a8af/examples/digitalocean/README.md (about) 1 # Digital Ocean Droplet launch and setting the Domain records at Digital ocean. 2 3 The example launches a Ubuntu 14.04, runs apt-get update and installs nginx. Also demostrates 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/digitalocean/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