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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,9 @@ No modules.
98
98
| <aname="input_security_group_description"></a> [security\_group\_description](#input\_security\_group\_description)| Description of the security group created |`string`|`null`| no |
99
99
| <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
100
| <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 |
101
-
| <aname="input_security_group_name_prefix"></a> [security\_group\_name\_prefix](#input\_security\_group\_name\_prefix)| Name prefix to use on security group created. Conflicts with `security_group_name`|`string`|`null`| no |
102
101
| <aname="input_security_group_rules"></a> [security\_group\_rules](#input\_security\_group\_rules)| Security group rules to add to the security group created |`any`|`{}`| no |
103
102
| <aname="input_security_group_tags"></a> [security\_group\_tags](#input\_security\_group\_tags)| A map of additional tags to add to the security group created |`map(string)`|`{}`| no |
103
+
| <aname="input_security_group_use_name_prefix"></a> [security\_group\_use\_name\_prefix](#input\_security\_group\_use\_name\_prefix)| Determines whether the security group name (`var.security_group_name`) is used as a prefix |`bool`|`true`| no |
104
104
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Default subnets IDs to associate with the VPC endpoints |`list(string)`|`[]`| no |
105
105
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to use on all resources |`map(string)`|`{}`| no |
106
106
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Define maximum timeout for creating, updating, and deleting VPC endpoint resources |`map(string)`|`{}`| no |
0 commit comments