Skip to content

Commit

Permalink
fix: Add dpd_timeout_seconds to tunnel_preshared (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
aramatev authored Oct 12, 2023
1 parent 25a3eb2 commit 21442a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21442a7

Please sign in to comment.