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: examples/rules-only/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ $ terraform apply
16
16
17
17
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
18
18
19
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
19
+
<!--BEGIN_TF_DOCS-->
20
20
## Requirements
21
21
22
22
| Name | Version |
@@ -58,4 +58,4 @@ No inputs.
58
58
| <aname="output_service_one_security_group_id"></a> [service\_one\_security\_group\_id](#output\_service\_one\_security\_group\_id)| The ID of the security group for service one |
59
59
| <aname="output_service_tow_security_group_arn"></a> [service\_tow\_security\_group\_arn](#output\_service\_tow\_security\_group\_arn)| The ARN of the security group for service two |
60
60
| <aname="output_service_two_security_group_id"></a> [service\_two\_security\_group\_id](#output\_service\_two\_security\_group\_id)| The ID of the security group for service two |
All automatic values **activemq module** is using are available [here](https://github.com/terraform-aws-modules/terraform-aws-security-group/blob/master/modules/activemq/auto_values.tf).
15
15
16
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
16
+
<!--BEGIN_TF_DOCS-->
17
17
## Requirements
18
18
19
19
| Name | Version |
@@ -43,16 +43,16 @@ No resources.
43
43
| <aname="input_auto_computed_egress_with_self"></a> [auto\_computed\_egress\_with\_self](#input\_auto\_computed\_egress\_with\_self)| List of maps defining computed egress rules with self to add automatically |`list(map(string))`|`[]`| no |
44
44
| <aname="input_auto_computed_ingress_rules"></a> [auto\_computed\_ingress\_rules](#input\_auto\_computed\_ingress\_rules)| List of ingress rules to add automatically |`list(string)`|`[]`| no |
45
45
| <aname="input_auto_computed_ingress_with_self"></a> [auto\_computed\_ingress\_with\_self](#input\_auto\_computed\_ingress\_with\_self)| List of maps defining computed ingress rules with self to add automatically |`list(map(string))`|`[]`| no |
46
-
| <aname="input_auto_egress_rules"></a> [auto\_egress\_rules](#input\_auto\_egress\_rules)| List of egress rules to add automatically |`list(string)`| <pre>[<br> "all-all"<br>]</pre> | no |
46
+
| <aname="input_auto_egress_rules"></a> [auto\_egress\_rules](#input\_auto\_egress\_rules)| List of egress rules to add automatically |`list(string)`| <pre>[<br/> "all-all"<br/>]</pre> | no |
47
47
| <aname="input_auto_egress_with_self"></a> [auto\_egress\_with\_self](#input\_auto\_egress\_with\_self)| List of maps defining egress rules with self to add automatically |`list(map(string))`|`[]`| no |
48
-
| <aname="input_auto_ingress_rules"></a> [auto\_ingress\_rules](#input\_auto\_ingress\_rules)| List of ingress rules to add automatically |`list(string)`| <pre>[<br> "activemq-5671-tcp",<br> "activemq-8883-tcp",<br> "activemq-61614-tcp",<br> "activemq-61617-tcp",<br> "activemq-61619-tcp"<br>]</pre> | no |
49
-
| <aname="input_auto_ingress_with_self"></a> [auto\_ingress\_with\_self](#input\_auto\_ingress\_with\_self)| List of maps defining ingress rules with self to add automatically |`list(map(string))`| <pre>[<br> {<br> "rule": "all-all"<br> }<br>]</pre> | no |
48
+
| <aname="input_auto_ingress_rules"></a> [auto\_ingress\_rules](#input\_auto\_ingress\_rules)| List of ingress rules to add automatically |`list(string)`| <pre>[<br/> "activemq-5671-tcp",<br/> "activemq-8883-tcp",<br/> "activemq-61614-tcp",<br/> "activemq-61617-tcp",<br/> "activemq-61619-tcp"<br/>]</pre> | no |
49
+
| <aname="input_auto_ingress_with_self"></a> [auto\_ingress\_with\_self](#input\_auto\_ingress\_with\_self)| List of maps defining ingress rules with self to add automatically |`list(map(string))`| <pre>[<br/> {<br/> "rule": "all-all"<br/> }<br/>]</pre> | no |
50
50
| <aname="input_auto_number_of_computed_egress_rules"></a> [auto\_number\_of\_computed\_egress\_rules](#input\_auto\_number\_of\_computed\_egress\_rules)| Number of computed egress rules to create by name |`number`|`0`| no |
51
51
| <aname="input_auto_number_of_computed_egress_with_self"></a> [auto\_number\_of\_computed\_egress\_with\_self](#input\_auto\_number\_of\_computed\_egress\_with\_self)| Number of computed egress rules to create where 'self' is defined |`number`|`0`| no |
52
52
| <aname="input_auto_number_of_computed_ingress_rules"></a> [auto\_number\_of\_computed\_ingress\_rules](#input\_auto\_number\_of\_computed\_ingress\_rules)| Number of computed ingress rules to create by name |`number`|`0`| no |
53
53
| <aname="input_auto_number_of_computed_ingress_with_self"></a> [auto\_number\_of\_computed\_ingress\_with\_self](#input\_auto\_number\_of\_computed\_ingress\_with\_self)| Number of computed ingress rules to create where 'self' is defined |`number`|`0`| no |
54
-
| <aname="input_computed_egress_cidr_blocks"></a> [computed\_egress\_cidr\_blocks](#input\_computed\_egress\_cidr\_blocks)| List of IPv4 CIDR ranges to use on all computed egress rules |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
55
-
| <aname="input_computed_egress_ipv6_cidr_blocks"></a> [computed\_egress\_ipv6\_cidr\_blocks](#input\_computed\_egress\_ipv6\_cidr\_blocks)| List of IPv6 CIDR ranges to use on all computed egress rules |`list(string)`| <pre>[<br> "::/0"<br>]</pre> | no |
54
+
| <aname="input_computed_egress_cidr_blocks"></a> [computed\_egress\_cidr\_blocks](#input\_computed\_egress\_cidr\_blocks)| List of IPv4 CIDR ranges to use on all computed egress rules |`list(string)`| <pre>[<br/> "0.0.0.0/0"<br/>]</pre> | no |
55
+
| <aname="input_computed_egress_ipv6_cidr_blocks"></a> [computed\_egress\_ipv6\_cidr\_blocks](#input\_computed\_egress\_ipv6\_cidr\_blocks)| List of IPv6 CIDR ranges to use on all computed egress rules |`list(string)`| <pre>[<br/> "::/0"<br/>]</pre> | no |
56
56
| <aname="input_computed_egress_prefix_list_ids"></a> [computed\_egress\_prefix\_list\_ids](#input\_computed\_egress\_prefix\_list\_ids)| List of prefix list IDs (for allowing access to VPC endpoints) to use on all computed egress rules |`list(string)`|`[]`| no |
57
57
| <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 |
58
58
| <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 |
@@ -71,8 +71,8 @@ No resources.
71
71
| <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 |
72
72
| <aname="input_create"></a> [create](#input\_create)| Whether to create security group and all rules |`bool`|`true`| no |
73
73
| <aname="input_description"></a> [description](#input\_description)| Description of security group |`string`|`"Security Group managed by Terraform"`| no |
74
-
| <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 |
75
-
| <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 |
74
+
| <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 |
75
+
| <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 |
76
76
| <aname="input_egress_prefix_list_ids"></a> [egress\_prefix\_list\_ids](#input\_egress\_prefix\_list\_ids)| List of prefix list IDs (for allowing access to VPC endpoints) to use on all egress rules |`list(string)`|`[]`| no |
77
77
| <aname="input_egress_rules"></a> [egress\_rules](#input\_egress\_rules)| List of egress rules to create by name |`list(string)`|`[]`| no |
78
78
| <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 |
@@ -123,4 +123,4 @@ No resources.
123
123
| <aname="output_security_group_name"></a> [security\_group\_name](#output\_security\_group\_name)| The name of the security group |
124
124
| <aname="output_security_group_owner_id"></a> [security\_group\_owner\_id](#output\_security\_group\_owner\_id)| The owner ID |
125
125
| <aname="output_security_group_vpc_id"></a> [security\_group\_vpc\_id](#output\_security\_group\_vpc\_id)| The VPC ID |
0 commit comments