Skip to content

Commit

Permalink
Update droplet.md
Browse files Browse the repository at this point in the history
Current image causes an error:

`Error creating droplet: POST https://api.digitalocean.com/v2/droplets: 422 (request "a87e6ebb-577a-4ee4-bdfa-f94fc7287ead") You specified an invalid image for Droplet creation.`
  • Loading branch information
danaelhe authored Sep 25, 2023
1 parent 441d3a6 commit ce5f91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/droplet.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modify, and delete Droplets. Droplets also support
```hcl
# Create a new Web Droplet in the nyc2 region
resource "digitalocean_droplet" "web" {
image = "ubuntu-18-04-x64"
image = "ubuntu-20-04-x64"
name = "web-1"
region = "nyc2"
size = "s-1vcpu-1gb"
Expand Down

0 comments on commit ce5f91f

Please sign in to comment.