Skip to content

Commit a117d36

Browse files
committed
Make clear that ovh_domain_zone_record.subdomain can be an empty string
1 parent 0d40990 commit a117d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/ovh_domain_zone_record.html.markdown

Lines changed: 1 addition & 1 deletion
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)