Skip to content

Commit 0fd1a66

Browse files
authored
Merge pull request #442 from Stoakes/add-details-ovh_domain_zone_record
Make clear that ovh_domain_zone_record.subdomain can be an empty string
2 parents cff27db + a117d36 commit 0fd1a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: website/docs/r/ovh_domain_zone_record.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "ovh_domain_zone_record" "test" {
2626
The following arguments are supported:
2727

2828
* `zone` - (Required) The domain to add the record to
29-
* `subdomain` - (Required) The name of the record
29+
* `subdomain` - (Required) The name of the record. It can be an empty string.
3030
* `target` - (Required) The value of the record
3131
* `fieldtype` - (Required) The type of the record
3232
* `ttl` - (Optional) The TTL of the record, it shall be >= to 60.

0 commit comments

Comments
 (0)