terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.92k stars 4.36k forks source link

feat: Make use of the main route table for the intra subnet implicit association. #1086

Open maruyama-shintaro-ppcd opened 1 month ago

maruyama-shintaro-ppcd commented 1 month ago

Description

make use of the main route table for the intra subnet implicit association by adding a variable var.create_intra_subnet_route_table.

Motivation and Context

I would like to use the main route table for the intra subnet implicit association. By specifying the var.create_intra_subnet_route_table with false, users can choose implicit association to the main route table for intra subnet.

Breaking Changes

There is no breaking changes.

How Has This Been Tested?

maruyama-shintaro-ppcd commented 3 weeks ago

@bryantbiggs Hello maintainer, I appreciate your hard work. Do you happened to have a time to look at this PR? If you have any questions, please let me know.