From 12b32bece4c60ff0b5b5223ceda6ee1f0d28e513 Mon Sep 17 00:00:00 2001 From: Eytan Naim Date: Mon, 20 Nov 2023 11:39:52 +0200 Subject: [PATCH] Modify timeout --- modules/aws/mx/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aws/mx/main.tf b/modules/aws/mx/main.tf index 1bdeba3ea..890b716e1 100644 --- a/modules/aws/mx/main.tf +++ b/modules/aws/mx/main.tf @@ -62,7 +62,7 @@ locals { ] https_auth_header = base64encode("admin:${var.mx_password}") - timeout = 60 * 35 + timeout = 60 * 40 readiness_commands = templatefile("${path.module}/readiness.tftpl", { mx_address = local.mx_address_for_api