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/vpc-endpoints/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ No modules.
95
95
| <aname="input_create"></a> [create](#input\_create)| Determines whether resources will be created |`bool`|`true`| no |
96
96
| <aname="input_create_security_group"></a> [create\_security\_group](#input\_create\_security\_group)| Determines if a security group is created |`bool`|`false`| no |
97
97
| <aname="input_endpoints"></a> [endpoints](#input\_endpoints)| A map of interface and/or gateway endpoints containing their properties and configurations |`any`|`{}`| no |
98
+
| <aname="input_region"></a> [region](#input\_region)| Region where the resource(s) will be managed. Defaults to the region set in the provider configuration |`string`|`null`| no |
98
99
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| Description of the security group created |`string`|`null`| no |
99
100
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| Default security group IDs to associate with the VPC endpoints |`list(string)`|`[]`| no |
100
101
| <aname="input_security_group_name"></a> [security\_group\_name](#input\_security\_group\_name)| Name to use on security group created. Conflicts with `security_group_name_prefix`|`string`|`null`| no |
0 commit comments