Skip to content

Commit acf643b

Browse files
committed
provider/digitalocean: Document defaults
1 parent 8458661 commit acf643b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

website/source/docs/providers/do/r/droplet.html.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ The following arguments are supported:
3232
* `name` - (Required) The droplet name
3333
* `region` - (Required) The region to start in
3434
* `size` - (Required) The instance size to start
35-
* `backups` - (Optional) Boolean controlling if backups are made.
36-
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled.
37-
* `private_networking` - (Optional) Boolean controlling if private networks are enabled.
35+
* `backups` - (Optional) Boolean controlling if backups are made. Defaults to
36+
false.
37+
* `ipv6` - (Optional) Boolean controlling if IPv6 is enabled. Defaults to false.
38+
* `private_networking` - (Optional) Boolean controlling if private networks are
39+
enabled. Defaults to false.
3840
* `ssh_keys` - (Optional) A list of SSH IDs or fingerprints to enable in
3941
the format `[12345, 123456]`. To retrieve this info, use a tool such
4042
as `curl` with the [DigitalOcean API](https://developers.digitalocean.com/#keys),

0 commit comments

Comments
 (0)