terraform-aws-ipam
terraform-aws-ipam copied to clipboard
Terraform Module for create AWS IPAM Resources
Hi folks! I'm trying to use this module with a 'depends_on' statement. I want to use a cross-account provider to delegate the IPAM service to my 'Network" account. It's not...
Hi, Trying to do an IPv6 setup in ipam. However after an initial deploy, whatever I try to update, I get the error `InvalidParameterCombination - The request must contain a...
Would like to have a way to make it easy for users to deploy the ipam scp: https://docs.aws.amazon.com/vpc/latest/ipam/scp-ipam.html its possible that a separate "support" root within the module could be...
> `locale` is implied in sub pools after declared in a parent. The exception being `locale` which is implied (by this module) to all nested pools once declared in a...
to support DRY: add a flag to allow sub_pools to inherit parent `auto_import`
Hi, `cidr_allocations` input variable has been removed in https://github.com/aws-ia/terraform-aws-ipam/commit/d04f955cca1c9e96ba00af70ea4079496d45154f (https://github.com/aws-ia/terraform-aws-ipam/pull/10). How one does ensure that certain CIDR is excluded from the top-level root pool? Something like this does not work:...
Fix issue #69
Is it intended that only level 1 and on pools have tags, and level 0 doesn't? The `tags` argument is used to tag the IPAM, it should also tag the...