You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
The current implementation of the aws_vpc resource does not provide the flexibility to independently use an IPAM pool for IPv4 and IPv6. In cases where IPAM is needed exclusively for IPv6 CIDR allocation, the configuration becomes inefficient and restrictive
Describe the solution you'd like.
To enhance flexibility, the assign_generated_ipv6_cidr_block argument should be updated to use the condition var.ipv6_ipam_pool_id == null instead of !var.use_ipam_pool. This change would allow IPAM to be configured specifically for IPv6 without impacting IPv4.
Additional context
The text was updated successfully, but these errors were encountered:
Is your request related to a problem? Please describe.
The current implementation of the aws_vpc resource does not provide the flexibility to independently use an IPAM pool for IPv4 and IPv6. In cases where IPAM is needed exclusively for IPv6 CIDR allocation, the configuration becomes inefficient and restrictive
Describe the solution you'd like.
To enhance flexibility, the assign_generated_ipv6_cidr_block argument should be updated to use the condition var.ipv6_ipam_pool_id == null instead of !var.use_ipam_pool. This change would allow IPAM to be configured specifically for IPv6 without impacting IPv4.
Additional context
The text was updated successfully, but these errors were encountered: