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

fix: Add default route on all public route tables #1100

Open abohne opened 2 days ago

abohne commented 2 days ago

Description

Makes the count on aws_route dynamic instead of fixed at 1

Motivation and Context

Fixes #1087

Breaking Changes

Not that I'm aware of.

How Has This Been Tested?