Skip to content

Releases: cloudposse/terraform-aws-multi-az-subnets

0.3.0 Return a map of AZs to subnet ARNs in the output

12 Apr 16:10
Compare
Choose a tag to compare

what

  • Return a map of AZs to subnet ARNs in the output

why

  • Output map of AZs to subnet ARNs is useful for many use-cases

0.2.2 Update readme yaml file and rebuild md

06 Dec 12:38
0164eb6
Compare
Choose a tag to compare

what

  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

0.2.1

24 Sep 13:23
Compare
Choose a tag to compare

what

  • Remove tags in outputs

why

  • Not needed, the output list is in order without using matchkey
  • Produces count can't be computed error in top-level modules

0.2.0

22 Sep 05:47
Compare
Choose a tag to compare

what

  • Fix private_route_count to honor the value of az_ngw_count

why

  • Typo

Regenerate README.md

27 Jul 13:58
d3c4503
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Migrate to README.yaml format

19 Jul 09:24
dfa42e2
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.1.1

04 Apr 15:06
b97d055
Compare
Choose a tag to compare

what

  • Change outputs calculation to fix TF errors

why

  • When NAT Gateways are not created (in private subnets) or when nat_gateway_enabled=false, Terraform throws error
Error: Error refreshing state: 1 error(s) occurred:

* module.private_subnets.output.az_ngw_ids: zipmap: count of keys (3) does not match count of values (0) in:

${zipmap(var.availability_zones, matchkeys(aws_nat_gateway.public.*.id, aws_nat_gateway.public.*.tags.AZ, var.availability_zones))}
  • To address #2

test

image

0.1.0

09 Nov 14:57
b2793ef
Compare
Choose a tag to compare

what

  • terraform-aws-multi-az-subnets implementation

why

  • The module allows provisioning of private or public subnets in each provided Availability Zone, and then be able to find the subnet IDs by the AZ names