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
| <aname="input_create_flow_log_cloudwatch_iam_role"></a> [create\_flow\_log\_cloudwatch\_iam\_role](#input\_create\_flow\_log\_cloudwatch\_iam\_role)| Whether to create IAM role for VPC Flow Logs |`bool`|`false`| no |
360
361
| <aname="input_create_flow_log_cloudwatch_log_group"></a> [create\_flow\_log\_cloudwatch\_log\_group](#input\_create\_flow\_log\_cloudwatch\_log\_group)| Whether to create CloudWatch log group for VPC Flow Logs |`bool`|`false`| no |
361
362
| <aname="input_create_igw"></a> [create\_igw](#input\_create\_igw)| Controls if an Internet Gateway is created for public subnets and the related routes that connect them |`bool`|`true`| no |
363
+
| <aname="input_create_instance_connect_endpoint"></a> [create\_instance\_connect\_endpoint](#input\_create\_instance\_connect\_endpoint)| Whether to create an EC2 Instance Connect Endpoint |`bool`|`false`| no |
362
364
| <aname="input_create_multiple_intra_route_tables"></a> [create\_multiple\_intra\_route\_tables](#input\_create\_multiple\_intra\_route\_tables)| Indicates whether to create a separate route table for each intra subnet. Default: `false`|`bool`|`false`| no |
363
365
| <aname="input_create_multiple_public_route_tables"></a> [create\_multiple\_public\_route\_tables](#input\_create\_multiple\_public\_route\_tables)| Indicates whether to create a separate route table for each public subnet. Default: `false`|`bool`|`false`| no |
364
366
| <aname="input_create_private_nat_gateway_route"></a> [create\_private\_nat\_gateway\_route](#input\_create\_private\_nat\_gateway\_route)| Controls if a nat gateway route should be created to give internet access to the private subnets |`bool`|`true`| no |
@@ -456,6 +458,9 @@ No modules.
456
458
| <aname="input_flow_log_per_hour_partition"></a> [flow\_log\_per\_hour\_partition](#input\_flow\_log\_per\_hour\_partition)| (Optional) Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries |`bool`|`false`| no |
457
459
| <aname="input_flow_log_traffic_type"></a> [flow\_log\_traffic\_type](#input\_flow\_log\_traffic\_type)| The type of traffic to capture. Valid values: ACCEPT, REJECT, ALL |`string`|`"ALL"`| no |
458
460
| <aname="input_igw_tags"></a> [igw\_tags](#input\_igw\_tags)| Additional tags for the internet gateway |`map(string)`|`{}`| no |
461
+
| <aname="input_instance_connect_preserve_client_ip"></a> [instance\_connect\_preserve\_client\_ip](#input\_instance\_connect\_preserve\_client\_ip)| Whether to preserve the client IP address when connecting via EC2 Instance Connect Endpoint |`bool`|`false`| no |
462
+
| <aname="input_instance_connect_security_group_ids"></a> [instance\_connect\_security\_group\_ids](#input\_instance\_connect\_security\_group\_ids)| List of security group IDs to associate with the Instance Connect Endpoint |`list(string)`|`[]`| no |
463
+
| <aname="input_instance_connect_subnet_id"></a> [instance\_connect\_subnet\_id](#input\_instance\_connect\_subnet\_id)| The ID of the subnet in which to create the Instance Connect Endpoint |`string`|`null`| no |
459
464
| <aname="input_instance_tenancy"></a> [instance\_tenancy](#input\_instance\_tenancy)| A tenancy option for instances launched into the VPC |`string`|`"default"`| no |
460
465
| <aname="input_intra_acl_tags"></a> [intra\_acl\_tags](#input\_intra\_acl\_tags)| Additional tags for the intra subnets network ACL |`map(string)`|`{}`| no |
461
466
| <aname="input_intra_dedicated_network_acl"></a> [intra\_dedicated\_network\_acl](#input\_intra\_dedicated\_network\_acl)| Whether to use dedicated network ACL (not default) and custom rules for intra subnets |`bool`|`false`| no |
@@ -632,6 +637,7 @@ No modules.
632
637
| <aname="output_elasticache_subnets_ipv6_cidr_blocks"></a> [elasticache\_subnets\_ipv6\_cidr\_blocks](#output\_elasticache\_subnets\_ipv6\_cidr\_blocks)| List of IPv6 cidr\_blocks of elasticache subnets in an IPv6 enabled VPC |
633
638
| <aname="output_igw_arn"></a> [igw\_arn](#output\_igw\_arn)| The ARN of the Internet Gateway |
634
639
| <aname="output_igw_id"></a> [igw\_id](#output\_igw\_id)| The ID of the Internet Gateway |
640
+
| <aname="output_instance_connect_endpoint_id"></a> [instance\_connect\_endpoint\_id](#output\_instance\_connect\_endpoint\_id)| The ID of the EC2 Instance Connect Endpoint |
635
641
| <aname="output_intra_network_acl_arn"></a> [intra\_network\_acl\_arn](#output\_intra\_network\_acl\_arn)| ARN of the intra network ACL |
636
642
| <aname="output_intra_network_acl_id"></a> [intra\_network\_acl\_id](#output\_intra\_network\_acl\_id)| ID of the intra network ACL |
637
643
| <aname="output_intra_route_table_association_ids"></a> [intra\_route\_table\_association\_ids](#output\_intra\_route\_table\_association\_ids)| List of IDs of the intra route table association |
0 commit comments