From a3c8374183cc0b957d584847c80e6f296ee9e58b Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Fri, 25 Jul 2014 10:23:26 -0400 Subject: [PATCH] website: heroku domain docs --- website/source/docs/providers/do/r/domain.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/do/r/domain.html.markdown b/website/source/docs/providers/do/r/domain.html.markdown index d1baae682..8a3de1bd9 100644 --- a/website/source/docs/providers/do/r/domain.html.markdown +++ b/website/source/docs/providers/do/r/domain.html.markdown @@ -23,7 +23,9 @@ resource "digitalocean_domain" "default" { The following arguments are supported: * `name` - (Required) The name of the domain -* `ip_address` - (Required) The IP address of the domain +* `ip_address` - (Required) The IP address of the domain. This IP + is used to created an initial A record for the domain. It is required + upstream by the DigitalOcean API. ## Attributes Reference