Skip to content

Releases: cloudposse/terraform-aws-dynamic-subnets

0.2.3

22 Sep 15:38

Choose a tag to compare

what

  • Rename repo

why

Get the Internet Gateway attached to the VPC from AWS as a data source

23 Aug 17:11

Choose a tag to compare

Get the Internet Gateway attached to the VPC from AWS as a data source

Place NAT Gateways into public subnets

22 Aug 03:59

Choose a tag to compare

Place NAT Gateways into public subnets

Update tf_subnets with cidr_block input

21 Aug 19:12

Choose a tag to compare

Update tf_subnets with cidr_block input

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

17 Aug 18:34

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

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