From 5ba23f7994bdad256bd5ead28a310e888806c35f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 31 May 2019 12:57:38 -0400 Subject: [PATCH] fix smtp server config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.tf b/dns.tf index a7bb03d..3a0af5b 100644 --- a/dns.tf +++ b/dns.tf @@ -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-east-1.amazonaws.com."] } resource "gandi_zonerecord" "dap_ps_mail_mx" {