mirror of
https://github.com/jimeh/terraform-cloudflare-email.git
synced 2026-02-19 09:56:40 +00:00
fix(docs): correctly describe mx variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user