fix(docs): correctly describe mx variable

This commit is contained in:
2023-04-26 01:26:03 +01:00
parent 2a4b29eae0
commit 1691c6fa76
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ variable "record_ttl" {
variable "mx" {
type = map(number)
description = "A map representing the MX records. Key is the priority and value is the mail server hostname."
description = "A map representing the MX records. Key is the mail server hostname and value is the priority."
validation {
condition = length(var.mx) > 0