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 156 forks source link

Feature Request - Add inputs to configure local_ipv4_network_cidr and remote_ipv4_network_cidr #44

Closed cmlccie closed 3 years ago

cmlccie commented 3 years ago

Some statically-routed policy-based VPNs, like Cisco Meraki, require you to configure the local_ipv4_network_cidr and remote_ipv4_network_cidr VPN connection parameters. These parameters cannot be configured using the current terraform-aws-vpn-gateway module and they are required to create a functional policy-based VPN in scenarios when you are not tunneling all traffic to AWS.

Note: There is presently an issue https://github.com/hashicorp/terraform-provider-aws/issues/16879 with the aws provider that prevents you from configuring any CIDR prefix with less than 32 network bits. The issue will need to be resolved before this feature can be added to this module.

antonbabenko commented 3 years ago

Fixed in #58

v2.11.0 has been just released.

github-actions[bot] commented 2 years 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.