Releases: cloudposse/terraform-aws-dynamic-subnets
Releases · cloudposse/terraform-aws-dynamic-subnets
0.2.3
what
- Rename repo
why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
Get the Internet Gateway attached to the VPC from AWS as a data source
Get the Internet Gateway attached to the VPC from AWS as a data source
Place NAT Gateways into public subnets
Place NAT Gateways into public subnets
Update tf_subnets with cidr_block input
Update tf_subnets with cidr_block input
Remove `data "aws_subnet_ids"` from `main.tf`
0.1.3 Remove `data "aws_subnet_ids"`. It's not used and breaks on new VPCs …
Add outputs.tf for public & private subnet ids
Add Outputs for public & private subnet ids (#5) * Added outputs.tf * Added `_ids` suffix to `outputs.tf` since the outputs are subnet IDs