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_tags"></a> [tags](#input\_tags)| A map of tags to assign to the collection. If configured with a provider default\_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level. |`map(string)`|`{}`| no |
209
238
| <aname="input_type"></a> [type](#input\_type)| Type of collection. One of SEARCH, TIMESERIES, or VECTORSEARCH. Defaults to TIMESERIES. |`string`|`"TIMESERIES"`| no |
210
239
| <aname="input_use_standby_replicas"></a> [use\_standby\_replicas](#input\_use\_standby\_replicas)| Indicates whether standby replicas should be used for a collection. |`bool`|`true`| no |
240
+
| <aname="input_vpce_create_security_group"></a> [vpce\_create\_security\_group](#input\_vpce\_create\_security\_group)| Creates a security group for VPCE. |`bool`|`true`| no |
211
241
| <aname="input_vpce_name"></a> [vpce\_name](#input\_vpce\_name)| Name of the interface endpoint. |`string`|`null`| no |
242
+
| <aname="input_vpce_security_group_description"></a> [vpce\_security\_group\_description](#input\_vpce\_security\_group\_description)| Security Group description for VPCE. |`string`|`null`| no |
212
243
| <aname="input_vpce_security_group_ids"></a> [vpce\_security\_group\_ids](#input\_vpce\_security\_group\_ids)| One or more security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint. Up to 5 security groups can be provided. |`list(string)`|`null`| no |
244
+
| <aname="input_vpce_security_group_name"></a> [vpce\_security\_group\_name](#input\_vpce\_security\_group\_name)| Security Group name for VPCE. |`string`|`null`| no |
245
+
| <aname="input_vpce_security_group_sources"></a> [vpce\_security\_group\_sources](#input\_vpce\_security\_group\_sources)| Sources for inbound traffic to Opensearch Serverless | <pre>list(object({<br> type = string<br> sources = list(string)<br> }))</pre> |`[]`| no |
213
246
| <aname="input_vpce_subnet_ids"></a> [vpce\_subnet\_ids](#input\_vpce\_subnet\_ids)| One or more subnet IDs from which you'll access OpenSearch Serverless. Up to 6 subnets can be provided. |`list(string)`|`[]`| no |
214
247
| <aname="input_vpce_vpc_id"></a> [vpce\_vpc\_id](#input\_vpce\_vpc\_id)| ID of the VPC from which you'll access OpenSearch Serverless. |`string`|`null`| no |
215
248
@@ -232,6 +265,8 @@ No modules.
232
265
| <aname="output_network_policy_version"></a> [network\_policy\_version](#output\_network\_policy\_version)| Version of the network policy. |
233
266
| <aname="output_security_config_name"></a> [security\_config\_name](#output\_security\_config\_name)| Name of the security config. |
234
267
| <aname="output_security_config_version"></a> [security\_config\_version](#output\_security\_config\_version)| Version of the security config. |
268
+
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| Id of the security group. |
269
+
| <aname="output_security_group_name"></a> [security\_group\_name](#output\_security\_group\_name)| Name of the security group. |
235
270
| <aname="output_vpce_id"></a> [vpce\_id](#output\_vpce\_id)| Id of the vpce. |
236
271
| <aname="output_vpce_name"></a> [vpce\_name](#output\_vpce\_name)| Name of the interface endpoint. |
0 commit comments