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
This example shows how you can use this module to efficiently use the VPC CIDR range. Before calculating CIDR ranges, subnets are sorted from largest to smallest.
4
+
5
+
* The VPC module creates the following:
6
+
* Four sets of subnets (*public*, *private*, *database*, and *infrastructure*)
This example shows how you can use this module to efficiently use the VPC CIDR range. Before calculating CIDR ranges, subnets are sorted from largest to smallest.
5
+
6
+
* The VPC module creates the following:
7
+
* Four sets of subnets (*public*, *private*, *database*, and *infrastructure*)
| <aname="input_aws_region"></a> [aws\_region](#input\_aws\_region)| AWS Region to create resources in. |`string`|`"eu-west-2"`| no |
39
+
| <aname="input_vpc_cidr"></a> [vpc\_cidr](#input\_vpc\_cidr)| VPC cidr range |`string`|`"10.0.0.0/22"`| no |
40
+
41
+
## Outputs
42
+
43
+
| Name | Description |
44
+
|------|-------------|
45
+
| <aname="output_private_subnets_tags_length"></a> [private\_subnets\_tags\_length](#output\_private\_subnets\_tags\_length)| Count of private subnet tags for a single az. |
0 commit comments