From 21442a7be49c123bc1bdf1701f92cebfa304219e Mon Sep 17 00:00:00 2001 From: aramatev <14179945+aramatev@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:15:55 -0400 Subject: [PATCH] fix: Add `dpd_timeout_seconds` to `tunnel_preshared` (#95) --- main.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.tf b/main.tf index 55f008d..e8f809a 100644 --- a/main.tf +++ b/main.tf @@ -371,6 +371,9 @@ resource "aws_vpn_connection" "tunnel_preshared" { tunnel1_phase1_lifetime_seconds = var.tunnel1_phase1_lifetime_seconds tunnel2_phase1_lifetime_seconds = var.tunnel2_phase1_lifetime_seconds + tunnel1_dpd_timeout_seconds = var.tunnel1_dpd_timeout_seconds + tunnel2_dpd_timeout_seconds = var.tunnel2_dpd_timeout_seconds + tunnel1_dpd_timeout_action = var.tunnel1_dpd_timeout_action tunnel2_dpd_timeout_action = var.tunnel2_dpd_timeout_action