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 cannot be set for preshared and tunnel_preshared #87

Closed lyakobov closed 1 year ago

lyakobov commented 1 year 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

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

More info

Related to unresolved issue - https://github.com/terraform-aws-modules/terraform-aws-vpn-gateway/issues/59

github-actions[bot] commented 1 year 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 1 year 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.