Releases: cloudposse/terraform-aws-multi-az-subnets
Releases · cloudposse/terraform-aws-multi-az-subnets
0.3.0 Return a map of AZs to subnet ARNs in the output
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
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
0.2.0
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Migrate to README.yaml format
what
- Add
README.yaml
why
- Standardize README
0.1.1
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