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_computed_egress_rules"></a> [computed\_egress\_rules](#input\_computed\_egress\_rules)| List of computed egress rules to create by name |`list(string)`|`[]`| no |
208
212
| <aname="input_computed_egress_with_cidr_blocks"></a> [computed\_egress\_with\_cidr\_blocks](#input\_computed\_egress\_with\_cidr\_blocks)| List of computed egress rules to create where 'cidr\_blocks' is used |`list(map(string))`|`[]`| no |
209
213
| <aname="input_computed_egress_with_ipv6_cidr_blocks"></a> [computed\_egress\_with\_ipv6\_cidr\_blocks](#input\_computed\_egress\_with\_ipv6\_cidr\_blocks)| List of computed egress rules to create where 'ipv6\_cidr\_blocks' is used |`list(map(string))`|`[]`| no |
214
+
| <aname="input_computed_egress_with_prefix_list_ids"></a> [computed\_egress\_with\_prefix\_list\_ids](#input\_computed\_egress\_with\_prefix\_list\_ids)| List of computed egress rules to create where 'prefix\_list\_ids' is used only |`list(map(string))`|`[]`| no |
210
215
| <aname="input_computed_egress_with_self"></a> [computed\_egress\_with\_self](#input\_computed\_egress\_with\_self)| List of computed egress rules to create where 'self' is defined |`list(map(string))`|`[]`| no |
211
216
| <aname="input_computed_egress_with_source_security_group_id"></a> [computed\_egress\_with\_source\_security\_group\_id](#input\_computed\_egress\_with\_source\_security\_group\_id)| List of computed egress rules to create where 'source\_security\_group\_id' is used |`list(map(string))`|`[]`| no |
212
217
| <aname="input_computed_ingress_rules"></a> [computed\_ingress\_rules](#input\_computed\_ingress\_rules)| List of computed ingress rules to create by name |`list(string)`|`[]`| no |
213
218
| <aname="input_computed_ingress_with_cidr_blocks"></a> [computed\_ingress\_with\_cidr\_blocks](#input\_computed\_ingress\_with\_cidr\_blocks)| List of computed ingress rules to create where 'cidr\_blocks' is used |`list(map(string))`|`[]`| no |
214
219
| <aname="input_computed_ingress_with_ipv6_cidr_blocks"></a> [computed\_ingress\_with\_ipv6\_cidr\_blocks](#input\_computed\_ingress\_with\_ipv6\_cidr\_blocks)| List of computed ingress rules to create where 'ipv6\_cidr\_blocks' is used |`list(map(string))`|`[]`| no |
220
+
| <aname="input_computed_ingress_with_prefix_list_ids"></a> [computed\_ingress\_with\_prefix\_list\_ids](#input\_computed\_ingress\_with\_prefix\_list\_ids)| List of computed ingress rules to create where 'prefix\_list\_ids' is used |`list(map(string))`|`[]`| no |
215
221
| <aname="input_computed_ingress_with_self"></a> [computed\_ingress\_with\_self](#input\_computed\_ingress\_with\_self)| List of computed ingress rules to create where 'self' is defined |`list(map(string))`|`[]`| no |
216
222
| <aname="input_computed_ingress_with_source_security_group_id"></a> [computed\_ingress\_with\_source\_security\_group\_id](#input\_computed\_ingress\_with\_source\_security\_group\_id)| List of computed ingress rules to create where 'source\_security\_group\_id' is used |`list(map(string))`|`[]`| no |
217
223
| <aname="input_create"></a> [create](#input\_create)| Whether to create security group and all rules |`bool`|`true`| no |
@@ -225,6 +231,7 @@ No modules.
225
231
| <aname="input_egress_rules"></a> [egress\_rules](#input\_egress\_rules)| List of egress rules to create by name |`list(string)`|`[]`| no |
226
232
| <aname="input_egress_with_cidr_blocks"></a> [egress\_with\_cidr\_blocks](#input\_egress\_with\_cidr\_blocks)| List of egress rules to create where 'cidr\_blocks' is used |`list(map(string))`|`[]`| no |
227
233
| <aname="input_egress_with_ipv6_cidr_blocks"></a> [egress\_with\_ipv6\_cidr\_blocks](#input\_egress\_with\_ipv6\_cidr\_blocks)| List of egress rules to create where 'ipv6\_cidr\_blocks' is used |`list(map(string))`|`[]`| no |
234
+
| <aname="input_egress_with_prefix_list_ids"></a> [egress\_with\_prefix\_list\_ids](#input\_egress\_with\_prefix\_list\_ids)| List of egress rules to create where 'prefix\_list\_ids' is used only |`list(map(string))`|`[]`| no |
228
235
| <aname="input_egress_with_self"></a> [egress\_with\_self](#input\_egress\_with\_self)| List of egress rules to create where 'self' is defined |`list(map(string))`|`[]`| no |
229
236
| <aname="input_egress_with_source_security_group_id"></a> [egress\_with\_source\_security\_group\_id](#input\_egress\_with\_source\_security\_group\_id)| List of egress rules to create where 'source\_security\_group\_id' is used |`list(map(string))`|`[]`| no |
230
237
| <aname="input_ingress_cidr_blocks"></a> [ingress\_cidr\_blocks](#input\_ingress\_cidr\_blocks)| List of IPv4 CIDR ranges to use on all ingress rules |`list(string)`|`[]`| no |
@@ -233,17 +240,20 @@ No modules.
233
240
| <aname="input_ingress_rules"></a> [ingress\_rules](#input\_ingress\_rules)| List of ingress rules to create by name |`list(string)`|`[]`| no |
234
241
| <aname="input_ingress_with_cidr_blocks"></a> [ingress\_with\_cidr\_blocks](#input\_ingress\_with\_cidr\_blocks)| List of ingress rules to create where 'cidr\_blocks' is used |`list(map(string))`|`[]`| no |
235
242
| <aname="input_ingress_with_ipv6_cidr_blocks"></a> [ingress\_with\_ipv6\_cidr\_blocks](#input\_ingress\_with\_ipv6\_cidr\_blocks)| List of ingress rules to create where 'ipv6\_cidr\_blocks' is used |`list(map(string))`|`[]`| no |
243
+
| <aname="input_ingress_with_prefix_list_ids"></a> [ingress\_with\_prefix\_list\_ids](#input\_ingress\_with\_prefix\_list\_ids)| List of ingress rules to create where 'prefix\_list\_ids' is used only |`list(map(string))`|`[]`| no |
236
244
| <aname="input_ingress_with_self"></a> [ingress\_with\_self](#input\_ingress\_with\_self)| List of ingress rules to create where 'self' is defined |`list(map(string))`|`[]`| no |
237
245
| <aname="input_ingress_with_source_security_group_id"></a> [ingress\_with\_source\_security\_group\_id](#input\_ingress\_with\_source\_security\_group\_id)| List of ingress rules to create where 'source\_security\_group\_id' is used |`list(map(string))`|`[]`| no |
238
246
| <aname="input_name"></a> [name](#input\_name)| Name of security group - not required if create\_sg is false |`string`|`null`| no |
239
247
| <aname="input_number_of_computed_egress_rules"></a> [number\_of\_computed\_egress\_rules](#input\_number\_of\_computed\_egress\_rules)| Number of computed egress rules to create by name |`number`|`0`| no |
240
248
| <aname="input_number_of_computed_egress_with_cidr_blocks"></a> [number\_of\_computed\_egress\_with\_cidr\_blocks](#input\_number\_of\_computed\_egress\_with\_cidr\_blocks)| Number of computed egress rules to create where 'cidr\_blocks' is used |`number`|`0`| no |
241
249
| <aname="input_number_of_computed_egress_with_ipv6_cidr_blocks"></a> [number\_of\_computed\_egress\_with\_ipv6\_cidr\_blocks](#input\_number\_of\_computed\_egress\_with\_ipv6\_cidr\_blocks)| Number of computed egress rules to create where 'ipv6\_cidr\_blocks' is used |`number`|`0`| no |
250
+
| <aname="input_number_of_computed_egress_with_prefix_list_ids"></a> [number\_of\_computed\_egress\_with\_prefix\_list\_ids](#input\_number\_of\_computed\_egress\_with\_prefix\_list\_ids)| Number of computed egress rules to create where 'prefix\_list\_ids' is used only |`number`|`0`| no |
242
251
| <aname="input_number_of_computed_egress_with_self"></a> [number\_of\_computed\_egress\_with\_self](#input\_number\_of\_computed\_egress\_with\_self)| Number of computed egress rules to create where 'self' is defined |`number`|`0`| no |
243
252
| <aname="input_number_of_computed_egress_with_source_security_group_id"></a> [number\_of\_computed\_egress\_with\_source\_security\_group\_id](#input\_number\_of\_computed\_egress\_with\_source\_security\_group\_id)| Number of computed egress rules to create where 'source\_security\_group\_id' is used |`number`|`0`| no |
244
253
| <aname="input_number_of_computed_ingress_rules"></a> [number\_of\_computed\_ingress\_rules](#input\_number\_of\_computed\_ingress\_rules)| Number of computed ingress rules to create by name |`number`|`0`| no |
245
254
| <aname="input_number_of_computed_ingress_with_cidr_blocks"></a> [number\_of\_computed\_ingress\_with\_cidr\_blocks](#input\_number\_of\_computed\_ingress\_with\_cidr\_blocks)| Number of computed ingress rules to create where 'cidr\_blocks' is used |`number`|`0`| no |
246
255
| <aname="input_number_of_computed_ingress_with_ipv6_cidr_blocks"></a> [number\_of\_computed\_ingress\_with\_ipv6\_cidr\_blocks](#input\_number\_of\_computed\_ingress\_with\_ipv6\_cidr\_blocks)| Number of computed ingress rules to create where 'ipv6\_cidr\_blocks' is used |`number`|`0`| no |
256
+
| <aname="input_number_of_computed_ingress_with_prefix_list_ids"></a> [number\_of\_computed\_ingress\_with\_prefix\_list\_ids](#input\_number\_of\_computed\_ingress\_with\_prefix\_list\_ids)| Number of computed ingress rules to create where 'prefix\_list\_ids' is used |`number`|`0`| no |
247
257
| <aname="input_number_of_computed_ingress_with_self"></a> [number\_of\_computed\_ingress\_with\_self](#input\_number\_of\_computed\_ingress\_with\_self)| Number of computed ingress rules to create where 'self' is defined |`number`|`0`| no |
248
258
| <aname="input_number_of_computed_ingress_with_source_security_group_id"></a> [number\_of\_computed\_ingress\_with\_source\_security\_group\_id](#input\_number\_of\_computed\_ingress\_with\_source\_security\_group\_id)| Number of computed ingress rules to create where 'source\_security\_group\_id' is used |`number`|`0`| no |
249
259
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
0 commit comments