We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f734c commit 4ec35caCopy full SHA for 4ec35ca
website/docs/r/ovh_domain_zone_record.html.markdown
@@ -26,7 +26,7 @@ resource "ovh_domain_zone_record" "test" {
26
The following arguments are supported:
27
28
* `zone` - (Required) The domain to add the record to
29
-* `subdomain` - (Required) The name of the record
+* `subdomain` - (Required) The name of the record. It can be an empty string.
30
* `target` - (Required) The value of the record
31
* `fieldtype` - (Required) The type of the record
32
* `ttl` - (Optional) The TTL of the record, it shall be >= to 60.
0 commit comments