Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow the creation of CIDR block associations using IPAM pools. #1074

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexohima
Copy link

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?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant