Skip to content

Releases: cloudposse/terraform-aws-dynamic-subnets

Place NAT Gateways into public subnets

22 Aug 03:59
Compare
Choose a tag to compare

Place NAT Gateways into public subnets

Update tf_subnets with cidr_block input

21 Aug 19:12
Compare
Choose a tag to compare

Update tf_subnets with cidr_block input

Remove `data "aws_subnet_ids"` from `main.tf`

17 Aug 18:34
Compare
Choose a tag to compare
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

17 Aug 01:41
Compare
Choose a tag to compare
Add Outputs for public & private subnet ids (#5)

* Added outputs.tf

* Added `_ids` suffix to `outputs.tf` since the outputs are subnet IDs