File tree Expand file tree Collapse file tree
website/source/docs/providers/do/r Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) ,
You can’t perform that action at this time.
0 commit comments