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
| # AWS IPAM resource planning pool for VPC subnets, in Terraform | |
| # Copyright Paul Marcelin. Licensed under GPLv3. | |
| # https://gist.github.com/sqlxpert/2b1dc6724f081bdccef268cbae6283cb | |
| # | |
| # Related: https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-subnet-planning.html | |
| # | |
| # Try it in CloudShell! | |
| # https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html | |
| # | |
| # |