Skip to content

Commit

Permalink
Modify timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
eytannnaim committed Nov 20, 2023
1 parent 122ba08 commit 12b32be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/mx/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12b32be

Please sign in to comment.