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
Copy file name to clipboardExpand all lines: modules/nat-gateway/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This module creates following resources.
5
5
-`aws_nat_gateway`
6
6
-`aws_eip` (optional)
7
7
8
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
8
+
<!--BEGIN_TF_DOCS-->
9
9
## Requirements
10
10
11
11
| Name | Version |
@@ -64,4 +64,4 @@ This module creates following resources.
64
64
| <aname="output_secondary_private_ips"></a> [secondary\_private\_ips](#output\_secondary\_private\_ips)| The secondary private IP addresses of the NAT Gateway. |
65
65
| <aname="output_subnet"></a> [subnet](#output\_subnet)| The subnet which the NAT Gateway belongs to.<br> `id` - The ID of the subnet.<br> `arn` - The ARN of the subnet. |
66
66
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| The VPC ID of the NAT Gateway. |
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
12
+
<!--BEGIN_TF_DOCS-->
13
13
## Requirements
14
14
15
15
| Name | Version |
@@ -80,4 +80,4 @@ This module creates following resources.
80
80
| <aname="output_prefix_list_routes"></a> [prefix\_list\_routes](#output\_prefix\_list\_routes)| A list of route rules for destinations to Prefix Lists. |
81
81
| <aname="output_propagated_vpn_gateways"></a> [propagated\_vpn\_gateways](#output\_propagated\_vpn\_gateways)| A list of Virtual Private Gateway IDs which propagate routes from. |
82
82
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| The ID of the VPC which the route table belongs to. |
Copy file name to clipboardExpand all lines: modules/subnet-group/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This module creates following resources.
12
12
-`aws_neptune_subnet_group` (optional)
13
13
-`aws_redshift_subnet_group` (optional)
14
14
15
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
15
+
<!--BEGIN_TF_DOCS-->
16
16
## Requirements
17
17
18
18
| Name | Version |
@@ -110,4 +110,4 @@ This module creates following resources.
110
110
| <aname="output_subnets_by_az"></a> [subnets\_by\_az](#output\_subnets\_by\_az)| A map of subnets of the subnet group which are grouped by availability zone id. |
111
111
| <aname="output_transit_gateway_attachments"></a> [transit\_gateway\_attachments](#output\_transit\_gateway\_attachments)| The configuration of Transit Gateway VPC attachments. |
112
112
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| The ID of the VPC which the subnet group belongs to. |
Copy file name to clipboardExpand all lines: modules/vpc/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This module creates following resources.
16
16
-`aws_vpn_gateway` (optional)
17
17
-`aws_vpn_gateway_attachment` (optional)
18
18
19
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
19
+
<!--BEGIN_TF_DOCS-->
20
20
## Requirements
21
21
22
22
| Name | Version |
@@ -108,4 +108,4 @@ This module creates following resources.
108
108
| <aname="output_private_hosted_zones"></a> [private\_hosted\_zones](#output\_private\_hosted\_zones)| List of associated private Hosted Zone IDs. |
109
109
| <aname="output_tenancy"></a> [tenancy](#output\_tenancy)| A tenancy option for instances launched into the VPC. |
110
110
| <aname="output_vpn_gateway"></a> [vpn\_gateway](#output\_vpn\_gateway)| The configuration for the virtual private gateway of the VPC.<br> `id` - The ID of the Virtual Private Gateway.<br> `arn` - The ARN of the Virtual Private Gateway.<br> `asn` - The Autonomous System Number (ASN) for the Amazon side of the gateway. By default the virtual private gateway is created with the current default Amazon ASN. |
0 commit comments