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

Terraform module for public and private subnets provisioning in existing VPC

Results 14 terraform-aws-dynamic-subnets issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

auto-update
minor

### Describe the Bug This module has features leaving to think it's able to deploy private and public subnets separately. It mostly works but, apparently, you must have both public...

bug

### Describe the Feature If you want to create extra subnets using just IPv4, you can do this with multiple calls to the module, as described in https://github.com/cloudposse/terraform-aws-dynamic-subnets/issues/165#issuecomment-1265987787 However, you...

### Describe the Bug When attempting to create a subnet in us-west-1 AZs I get the following error ``` Error: Invalid index on .terraform/modules/Perforce-private-subnet/outputs.tf line 9, in output "availability_zone_ids": 9:...

bug