Skip to content

Commit 2ec30eb

Browse files
committed
docs
1 parent 522fb2a commit 2ec30eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ module "vpc" {
1111
source = "aws-ia/vpc/aws"
1212
version = ">= 1.0.0"
1313
14-
name = "multi-az-vpc"
14+
name = "multi-az-vpc"
1515
cidr_block = "10.0.0.0/20"
16-
az_count = 3
16+
az_count = 3
1717
1818
subnets = {
1919
public = {

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ module "vpc" {
1212
source = "aws-ia/vpc/aws"
1313
version = ">= 1.0.0"
1414
15-
name = "multi-az-vpc"
15+
name = "multi-az-vpc"
1616
cidr_block = "10.0.0.0/20"
17-
az_count = 3
17+
az_count = 3
1818
1919
subnets = {
2020
public = {
@@ -161,4 +161,4 @@ The above example will cause only creating 2 new subnets in az `c` of the region
161161
| <a name="output_tgw_subnet_attributes_by_az"></a> [tgw\_subnet\_attributes\_by\_az](#output\_tgw\_subnet\_attributes\_by\_az) | Map of all transit gateway subnets containing their attributes. |
162162
| <a name="output_transit_gateway_attachment_id"></a> [transit\_gateway\_attachment\_id](#output\_transit\_gateway\_attachment\_id) | Transit gateway attachment id. |
163163
| <a name="output_vpc_attributes"></a> [vpc\_attributes](#output\_vpc\_attributes) | VPC resource attributes. Full output of aws\_vpc. |
164-
<!-- END_TF_DOCS -->
164+
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)