fix MX record

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-31 12:14:41 -04:00
parent 14e2c6e010
commit 1aebe57081
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

2
dns.tf
View File

@ -48,7 +48,7 @@ resource "gandi_zonerecord" "dap_ps_mx" {
name = "@"
type = "MX"
ttl = 3600
values = ["10 inbound-smtp.eu-west-1.amazonaws.com"]
values = ["10 inbound-smtp.eu-west-1.amazonaws.com."]
}
resource "gandi_zonerecord" "dap_ps_mail_mx" {