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

Enable acceleration flag when use TGW #98

Open rustjalm opened 2 months ago

rustjalm commented 2 months ago

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform?

Is your request related to a problem? Please describe.

To use Global Accelerator for low latency and high throughput, you can enable acceleration on site-to-site VPN connections.

Describe the solution you'd like.

An option enable_acceleration would be great that, maybe in combination with a check if connect_to_transit_gateway is set as this is only usable with tgw.

Describe alternatives you've considered.

Can't see any.

Additional context

I have seen same issues and feat requests for adding this flag. Why is the requests was ingnored? It's very useful flag