aws-ia / terraform-aws-ipam

Terraform Module for create AWS IPAM Resources
https://registry.terraform.io/modules/aws-ia/ipam/aws/latest
Apache License 2.0
51 stars 32 forks source link

update architecture diagrams, ipv6 example, include `name` argument to sub_pools #21

Closed drewmullen closed 2 years ago

drewmullen commented 2 years ago

Closes: #20 , #19 , #11, #6

Wrote but commented out several validations:

Added name option because if you populate name tag on the KEY of the sub_pool it requires a FULL rebuild of the stack to change the name

drewmullen commented 2 years ago

planning to add variable validation for pool_configurations to make sure sub_pools only goes so deep

drewmullen commented 2 years ago

ipv6 tests only run if you set environment variables:

const (
    ipv6_cidr = "IPV6_CIDR"
    message   = "MESSAGE"
    signature = "SIGNATURE"
)