terraform-aws-named-subnets
terraform-aws-named-subnets copied to clipboard
DEPRECATED (use cloudposse/terraform-aws-dynamic-subnets instead): Terraform module for named subnets provisioning.
## what - The existing module only allows a user to associate the route table of a private subnet with a network interface or a nat gateway. - By adding...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201224014010-6772e930b67b to 0.23.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201221181555-eec23a3978ad to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Describe the Feature IPv6 ### Expected Behavior Currently only supports IPv4. Dynamic Subnets module supports this, but these two modules are interoperable, so those using named-subnets are relegated at...
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug Even though the variable `private_network_acl_id` exists, if you pass it from the vpc module you...
## Describe the Feature Allow users to specify an offset for the netnum value when calculating subnet cidr blocks. e.g. ``` subnet_names = ["one", "two"] cidr_block = 10.10.0.0/16 netnum_offset =...
After creating subnets with the cloudposse terraform-aws-named-subnets module, There might be a need to re-name the subnets. I would expect that simply changing the items in the 'subnet_names' list would...
Bumps the go_modules group in /test/src with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.0.0-20201221181555-eec23a3978ad to 0.31.0 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...