Skip to content

Commit 2708888

Browse files
authored
Merge pull request ovh#442 from Stoakes/add-details-ovh_domain_zone_record
Make clear that ovh_domain_zone_record.subdomain can be an empty string
2 parents cd0fa96 + 4ec35ca commit 2708888

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)