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_cluster_names"></a> [cluster\_names](#input\_cluster\_names)| List of clusters which run in this network |`list(string)`|`[]`| no |
88
89
| <aname="input_create_internet_gateway"></a> [create\_internet\_gateway](#input\_create\_internet\_gateway)| Set to false to disable creation of an internet gateway |`bool`|`true`| no |
89
90
| <aname="input_create_nat_gateways"></a> [create\_nat\_gateways](#input\_create\_nat\_gateways)| Set to false to disable creation of NAT gateways |`bool`|`true`| no |
91
+
| <aname="input_create_s3_endpoint"></a> [create\_s3\_endpoint](#input\_create\_s3\_endpoint)| Set to false to disable creation of the S3 Gateway VPC endpoint |`bool`|`true`| no |
90
92
| <aname="input_create_vpc"></a> [create\_vpc](#input\_create\_vpc)| Set to false to disable creation of the VPC |`bool`|`true`| no |
91
93
| <aname="input_enable_flow_logs"></a> [enable\_flow\_logs](#input\_enable\_flow\_logs)| Set to true to enable VPC flow logs |`bool`|`false`| no |
92
94
| <aname="input_enable_ipv6"></a> [enable\_ipv6](#input\_enable\_ipv6)| Set to false to disable IPV6 |`bool`|`false`| no |
@@ -109,5 +111,6 @@ module "network" {
109
111
|------|-------------|
110
112
| <aname="output_cluster_names"></a> [cluster\_names](#output\_cluster\_names)| List of clusters which run in this network |
111
113
| <aname="output_nat_ip_addresses"></a> [nat\_ip\_addresses](#output\_nat\_ip\_addresses)| List of IP addresses created for NAT gateways |
114
+
| <aname="output_s3_endpoint_id"></a> [s3\_endpoint\_id](#output\_s3\_endpoint\_id)| ID of the S3 Gateway VPC endpoint (null if disabled) |
112
115
| <aname="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id)| ID of the AWS VPC |
| <aname="input_name"></a> [name](#input\_name)| Name for this network (used in the endpoint's Name tag) |`string`| n/a | yes |
29
+
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Prefix to be applied to created resources |`list(string)`|`[]`| no |
30
+
| <aname="input_route_table_ids"></a> [route\_table\_ids](#input\_route\_table\_ids)| List of route table IDs to associate with the S3 Gateway endpoint |`list(string)`| n/a | yes |
31
+
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to be applied to the endpoint |`map(string)`|`{}`| no |
32
+
| <aname="input_vpc"></a> [vpc](#input\_vpc)| The VPC object in which to create the S3 endpoint | <pre>object({<br> id = string<br> })</pre> | n/a | yes |
33
+
34
+
## Outputs
35
+
36
+
| Name | Description |
37
+
|------|-------------|
38
+
| <aname="output_endpoint_id"></a> [endpoint\_id](#output\_endpoint\_id)| ID of the S3 Gateway VPC endpoint |
39
+
| <aname="output_prefix_list_id"></a> [prefix\_list\_id](#output\_prefix\_list\_id)| Prefix list ID of the S3 endpoint (useful for security group egress rules) |
0 commit comments