You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add cidr block output per AZ
* Auto Format
* Update with output and add tests
- Add the output `az_subnet_cidr_blocks`
- Add tests to verify the output for the complete example
* Auto Format
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,7 @@ Available targets:
342
342
| <aname="output_az_ngw_ids"></a> [az\_ngw\_ids](#output\_az\_ngw\_ids)| Map of AZ names to NAT Gateway IDs (only for public subnets) |
343
343
| <aname="output_az_route_table_ids"></a> [az\_route\_table\_ids](#output\_az\_route\_table\_ids)| Map of AZ names to Route Table IDs |
344
344
| <aname="output_az_subnet_arns"></a> [az\_subnet\_arns](#output\_az\_subnet\_arns)| Map of AZ names to subnet ARNs |
345
+
| <aname="output_az_subnet_cidr_blocks"></a> [az\_subnet\_cidr\_blocks](#output\_az\_subnet\_cidr\_blocks)| Map of AZ names to subnet CIDR blocks |
345
346
| <aname="output_az_subnet_ids"></a> [az\_subnet\_ids](#output\_az\_subnet\_ids)| Map of AZ names to subnet IDs |
346
347
| <aname="output_az_subnet_map"></a> [az\_subnet\_map](#output\_az\_subnet\_map)| Map of AZ names to map of information about subnets |
347
348
<!-- markdownlint-restore -->
@@ -355,6 +356,7 @@ Like this project? Please give it a ★ on [our GitHub](https://github.com/cloud
355
356
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
356
357
357
358
359
+
358
360
## Related Projects
359
361
360
362
Check out these related projects.
@@ -364,8 +366,6 @@ Check out these related projects.
364
366
-[terraform-aws-vpc](https://github.com/cloudposse/terraform-aws-vpc) - Terraform Module that defines a VPC with public/private subnets across multiple AZs with Internet Gateways
365
367
-[terraform-aws-cloudwatch-flow-logs](https://github.com/cloudposse/terraform-aws-cloudwatch-flow-logs) - Terraform module for enabling flow logs for vpc and subnets.
0 commit comments