Skip to content

Commit

Permalink
Merge pull request #9041 from gepser/master
Browse files Browse the repository at this point in the history
Fixing broken link and fixing the readme for the digitalocean example
  • Loading branch information
jen20 authored Sep 25, 2016
2 parents 0edb68e + 213e892 commit 1464c85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/digitalocean/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Digital Ocean Droplet launch and setting the Domain records at Digital ocean.
# Digital Ocean Droplet launch and setting the Domain records at Digital Ocean.

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.
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.

To run, configure your Digital Ocean provider as described in https://www.terraform.io/docs/providers/digitalocean/index.html
To run, configure your Digital Ocean provider as described in https://www.terraform.io/docs/providers/do/index.html

## Prerequisites
You need to export you DigitalOcean API Token as an environment variable

export DIGITALOCEAN_TOKEN="Put Your Token Here"
export DIGITALOCEAN_TOKEN="Put Your Token Here"

## Run this example using:

Expand Down

0 comments on commit 1464c85

Please sign in to comment.