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: Allow the creation of CIDR block associations using IPAM pools. #1074

Open alexohima opened 1 month ago

alexohima commented 1 month ago

Description

Enable the association of additional IPv4 CIDR blocks with a VPC using IPAM by exposing the native resource arguments ipv4_ipam_pool_id and ipv4_netmask_length.

Motivation and Context

This update addresses a limitation where the association of additional IPv4 CIDR blocks with a VPC was previously restricted to static CIDR configurations. We can now configure a VPC to dynamically associate secondary CIDR blocks allocated from IPAM.

How Has This Been Tested?

github-actions[bot] commented 2 weeks ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

alexohima commented 2 weeks ago

@bryantbiggs Can we get an update on this?