terraform-aws-named-subnets icon indicating copy to clipboard operation
terraform-aws-named-subnets copied to clipboard

DEPRECATED (use cloudposse/terraform-aws-dynamic-subnets instead): Terraform module for named subnets provisioning.

Results 7 terraform-aws-named-subnets issues
Sort by recently updated
recently updated
newest added

## 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...

triage

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20201224014010-6772e930b67b&new-version=0.23.0)](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...

auto-update

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20201221181555-eec23a3978ad&new-version=0.17.0)](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...

auto-update

### 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. [![Slack Community](https://slack.cloudposse.com/badge.svg)](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...

bug

## 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...