terraform-aws-modules / terraform-aws-vpn-gateway

Terraform module to create AWS VPN gateway resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/vpn-gateway/aws
Apache License 2.0
111 stars 154 forks source link

Variable `dpd_timeout_seconds` not set #59

Closed karl-dpg closed 2 years ago

karl-dpg commented 3 years ago

Description

Is there a reason why dpd_timeout_seconds is not set (for both tunnels) in the preshared and tunnel_preshared resources?

⚠️ Note

The 2 variables are set in the default and tunnel resources:

  tunnel1_dpd_timeout_seconds = var.tunnel1_dpd_timeout_seconds
  tunnel2_dpd_timeout_seconds = var.tunnel2_dpd_timeout_seconds

Versions

Reproduction

Code Snippet to Reproduce

Expected behavior

The 2 variable are set in all the 4 resources.

Actual behavior

Cannot set the DPD timeout for the preshared and tunnel_preshared

Terminal Output Screenshot(s)

Additional context

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

github-actions[bot] commented 2 years ago

This issue was automatically closed because of stale in 10 days

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.