Skip to content

Commit cd75810

Browse files
authored
Merge pull request #36 from pub-solar/docs/priority
docs: remove default value for priority
2 parents c4d3b31 + 1a292a0 commit cd75810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/record.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resource "hostingde_record" "example" {
4545

4646
### Optional
4747

48-
- `priority` (Number) Priority of MX and SRV records. Defaults to 10.
48+
- `priority` (Number) Priority of MX and SRV records.
4949
- `ttl` (Number) TTL of the DNS record in seconds. Minimum is 60, maximum is 31556926. Defaults to 3600.
5050

5151
### Read-Only

0 commit comments

Comments
 (0)