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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,8 @@ No modules.
214
214
| <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 |
215
215
| <aname="input_create"></a> [create](#input\_create)| Whether to create security group and all rules |`bool`|`true`| no |
216
216
| <aname="input_create_sg"></a> [create\_sg](#input\_create\_sg)| Whether to create security group |`bool`|`true`| no |
217
+
| <aname="input_create_timeout"></a> [create_timeout](#input\_create\_timeout)| Time to wait for a security group to be created |`string`|`10m`| no |
218
+
| <aname="input_delete_timeout"></a> [delete_timeout](#input\_delete\_timeout)| Time to wait for a security group to be deleted |`string`|`15m`| no |
217
219
| <aname="input_description"></a> [description](#input\_description)| Description of security group |`string`|`"Security Group managed by Terraform"`| no |
218
220
| <aname="input_egress_cidr_blocks"></a> [egress\_cidr\_blocks](#input\_egress\_cidr\_blocks)| List of IPv4 CIDR ranges to use on all egress rules |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
219
221
| <aname="input_egress_ipv6_cidr_blocks"></a> [egress\_ipv6\_cidr\_blocks](#input\_egress\_ipv6\_cidr\_blocks)| List of IPv6 CIDR ranges to use on all egress rules |`list(string)`| <pre>[<br> "::/0"<br>]</pre> | no |
0 commit comments