feat(ipam): Add IPAM support with integrated subnet allocation#1278
Open
pfreed wants to merge 5 commits intoterraform-aws-modules:masterfrom
Open
feat(ipam): Add IPAM support with integrated subnet allocation#1278pfreed wants to merge 5 commits intoterraform-aws-modules:masterfrom
pfreed wants to merge 5 commits intoterraform-aws-modules:masterfrom
Conversation
added 2 commits
January 20, 2026 15:29
…ources Replace the separate aws_subnet.ipam resource with per-subnet-type IPAM netmask length variables (public, private, database, redshift, elasticache, intra). Subnets allocated via IPAM now use the standard aws_subnet resources and automatically receive all associated resources (route tables, NACLs, NAT routes, subnet groups, etc.). - Add 6 new list(number) variables: *_subnet_ipam_netmask_lengths - Remove ipam_subnets variable, aws_subnet.ipam resource, and 5 IPAM outputs - Update wrappers, examples, and documentation to match new interface - CIDRs are auto-allocated from the internal VPC IPAM pool BREAKING CHANGE: ipam_subnets variable and ipam_subnets* outputs removed. Use per-type netmask length variables instead (e.g. private_subnet_ipam_netmask_lengths).
Author
|
Waiting for hashicorp/terraform-provider-aws#46483 to allow cross account to work |
|
This PR has been automatically marked as stale because it has been open 30 days |
Author
|
still waiting hashicorp/terraform-provider-aws#46483 to allow cross account to work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*projectspre-commit run -aon my pull request