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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,8 @@ module "vpc" {
138
138
}
139
139
```
140
140
141
+
Note, by default `Gateway` endpoints are automatically created for S3 and DynamoDB, though these can be controlled by the `enable_s3_endpoint` and `enable_dynamodb_endpoint` variables.
142
+
141
143
You can use `enable_ssm` as a shortcut to enable the SSM endpoints.
142
144
143
145
```hcl
@@ -338,8 +340,10 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
338
340
| <aname="input_enable_default_route_table_association"></a> [enable\_default\_route\_table\_association](#input\_enable\_default\_route\_table\_association)| Indicates the transit gateway default route table should be associated with the subnets |`bool`|`true`| no |
339
341
| <aname="input_enable_default_route_table_propagation"></a> [enable\_default\_route\_table\_propagation](#input\_enable\_default\_route\_table\_propagation)| Indicates the transit gateway default route table should be propagated to the subnets |`bool`|`true`| no |
340
342
| <aname="input_enable_dns_request_logging"></a> [enable\_dns\_request\_logging](#input\_enable\_dns\_request\_logging)| Enable logging of DNS requests |`bool`|`false`| no |
| <aname="input_enable_private_endpoints"></a> [enable\_private\_endpoints](#input\_enable\_private\_endpoints)| Indicates the network should provision private endpoints |`list(string)`|`[]`| no |
342
345
| <aname="input_enable_route53_resolver_rules"></a> [enable\_route53\_resolver\_rules](#input\_enable\_route53\_resolver\_rules)| Automatically associates any shared route53 resolver rules with the VPC |`bool`|`true`| no |
| <aname="input_enable_ssm"></a> [enable\_ssm](#input\_enable\_ssm)| Indicates we should provision SSM private endpoints |`bool`|`false`| no |
344
348
| <aname="input_enable_transit_gateway_appliance_mode"></a> [enable\_transit\_gateway\_appliance\_mode](#input\_enable\_transit\_gateway\_appliance\_mode)| Indicates the network should be connected to a transit gateway in appliance mode |`bool`|`false`| no |
345
349
| <aname="input_enable_transit_gateway_subnet_natgw"></a> [enable\_transit\_gateway\_subnet\_natgw](#input\_enable\_transit\_gateway\_subnet\_natgw)| Indicates if the transit gateway subnets should be connected to a nat gateway |`bool`|`false`| no |
0 commit comments