Fix example digital ocean image name

This commit is contained in:
Nicholas Rempel 2014-07-31 10:48:31 -07:00
parent 3dcdc5d8ce
commit 959f0dcbf0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ modify, and delete droplets. Droplets also support
```
# Create a new Web droplet in the nyc2 region
resource "digitalocean_droplet" "web" {
image = "ubuntu1404"
image = "ubuntu-14-04-x64"
name = "web-1"
region = "nyc2"
size = "512mb"