diff --git a/website/source/docs/providers/mailgun/r/domain.html.markdown b/website/source/docs/providers/mailgun/r/domain.html.markdown index d060b19b3..82fae53da 100644 --- a/website/source/docs/providers/mailgun/r/domain.html.markdown +++ b/website/source/docs/providers/mailgun/r/domain.html.markdown @@ -41,3 +41,13 @@ The following attributes are exported: * `smtp_password` - The password to the SMTP server. * `wildcard` - Whether or not the domain will accept email for sub-domains. * `spam_action` - The spam filtering setting. +* `receiving_records` - An array of DNS records for receiving validation. + * `priority` - The priority of the record. + * `record_type` - The record type. + * `valid` - `"valid"` if the record is valid. + * `value` - The value of the record. +* `sending_records` - An arry of DNS records for sending validation. + * `name` - The name of the record. + * `record_type` - The record type. + * `valid` - `"valid"` if the record is valid. + * `value` - The value of the record.