Skip to content

Commit 4906440

Browse files
committed
Fixing broken link and fixing the readme for the digitalocean example
1 parent 0edb68e commit 4906440

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/digitalocean/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Digital Ocean Droplet launch and setting the Domain records at Digital ocean.
1+
# Digital Ocean Droplet launch and setting the Domain records at Digital Ocean.
22

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

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

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

10-
export DIGITALOCEAN_TOKEN="Put Your Token Here"
10+
export DIGITALOCEAN_TOKEN="Put Your Token Here"
1111

1212
## Run this example using:
1313

0 commit comments

Comments
 (0)