We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df5a76 commit a3c8374Copy full SHA for a3c8374
1 file changed
website/source/docs/providers/do/r/domain.html.markdown
@@ -23,7 +23,9 @@ resource "digitalocean_domain" "default" {
23
The following arguments are supported:
24
25
* `name` - (Required) The name of the domain
26
-* `ip_address` - (Required) The IP address of the domain
+* `ip_address` - (Required) The IP address of the domain. This IP
27
+ is used to created an initial A record for the domain. It is required
28
+ upstream by the DigitalOcean API.
29
30
## Attributes Reference
31
0 commit comments