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
DIRS=$(python -c "import json; import glob; import re; print(json.dumps([x.replace('/versions.tf', '') for x in glob.glob('./**/versions.tf', recursive=True) if not re.match(r'^.+/_', x)]))")
| <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
+
| <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 |
219
219
| <aname="input_description"></a> [description](#input\_description)| Description of security group |`string`|`"Security Group managed by Terraform"`| no |
220
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 |
221
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