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
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
91
+
<!--BEGIN_TF_DOCS-->
92
92
## Requirements
93
93
94
94
| Name | Version |
@@ -137,8 +137,8 @@ No resources.
137
137
| <aname="input_policy_stateful_engine_options"></a> [policy\_stateful\_engine\_options](#input\_policy\_stateful\_engine\_options)| A configuration block that defines options on how the policy handles stateful rules. See [Stateful Engine Options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall_policy#stateful-engine-options) for details |`any`|`{}`| no |
138
138
| <aname="input_policy_stateful_rule_group_reference"></a> [policy\_stateful\_rule\_group\_reference](#input\_policy\_stateful\_rule\_group\_reference)| Set of configuration blocks containing references to the stateful rule groups that are used in the policy. See [Stateful Rule Group Reference](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall_policy#stateful-rule-group-reference) for details |`any`|`{}`| no |
139
139
| <aname="input_policy_stateless_custom_action"></a> [policy\_stateless\_custom\_action](#input\_policy\_stateless\_custom\_action)| Set of configuration blocks describing the custom action definitions that are available for use in the firewall policy's `stateless_default_actions`|`any`|`{}`| no |
140
-
| <aname="input_policy_stateless_default_actions"></a> [policy\_stateless\_default\_actions](#input\_policy\_stateless\_default\_actions)| Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br> "aws:pass"<br>]</pre> | no |
141
-
| <aname="input_policy_stateless_fragment_default_actions"></a> [policy\_stateless\_fragment\_default\_actions](#input\_policy\_stateless\_fragment\_default\_actions)| Set of actions to take on a fragmented packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br> "aws:pass"<br>]</pre> | no |
140
+
| <aname="input_policy_stateless_default_actions"></a> [policy\_stateless\_default\_actions](#input\_policy\_stateless\_default\_actions)| Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br/> "aws:pass"<br/>]</pre> | no |
141
+
| <aname="input_policy_stateless_fragment_default_actions"></a> [policy\_stateless\_fragment\_default\_actions](#input\_policy\_stateless\_fragment\_default\_actions)| Set of actions to take on a fragmented packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br/> "aws:pass"<br/>]</pre> | no |
142
142
| <aname="input_policy_stateless_rule_group_reference"></a> [policy\_stateless\_rule\_group\_reference](#input\_policy\_stateless\_rule\_group\_reference)| Set of configuration blocks containing references to the stateless rule groups that are used in the policy. See [Stateless Rule Group Reference](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall_policy#stateless-rule-group-reference) for details |`any`|`{}`| no |
143
143
| <aname="input_policy_tags"></a> [policy\_tags](#input\_policy\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
144
144
| <aname="input_subnet_change_protection"></a> [subnet\_change\_protection](#input\_subnet\_change\_protection)| A boolean flag indicating whether it is possible to change the associated subnet(s). Defaults to `true`|`bool`|`true`| no |
@@ -159,7 +159,7 @@ No resources.
159
159
| <aname="output_policy_update_token"></a> [policy\_update\_token](#output\_policy\_update\_token)| A string token used when updating a firewall policy |
160
160
| <aname="output_status"></a> [status](#output\_status)| Nested list of information about the current status of the firewall |
161
161
| <aname="output_update_token"></a> [update\_token](#output\_update\_token)| A string token used when updating a firewall |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ $ terraform apply
17
17
18
18
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
19
19
20
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
20
+
<!--BEGIN_TF_DOCS-->
21
21
## Requirements
22
22
23
23
| Name | Version |
@@ -76,6 +76,6 @@ No inputs.
76
76
| <aname="output_firewall_rule_group_stateless_update_token"></a> [firewall\_rule\_group\_stateless\_update\_token](#output\_firewall\_rule\_group\_stateless\_update\_token)| A string token used when updating the rule group |
77
77
| <aname="output_firewall_status"></a> [firewall\_status](#output\_firewall\_status)| Nested list of information about the current status of the firewall |
78
78
| <aname="output_firewall_update_token"></a> [firewall\_update\_token](#output\_firewall\_update\_token)| A string token used when updating a firewall |
79
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
79
+
<!--END_TF_DOCS-->
80
80
81
81
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-network-firewall/blob/master/LICENSE).
Copy file name to clipboardExpand all lines: examples/separate/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ $ terraform apply
18
18
19
19
Note that this example may create resources which will incur monetary charges on your AWS bill. Run `terraform destroy` when you no longer need these resources.
20
20
21
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
21
+
<!--BEGIN_TF_DOCS-->
22
22
## Requirements
23
23
24
24
| Name | Version |
@@ -80,6 +80,6 @@ No inputs.
80
80
| <aname="output_firewall_rule_group_stateless_update_token"></a> [firewall\_rule\_group\_stateless\_update\_token](#output\_firewall\_rule\_group\_stateless\_update\_token)| A string token used when updating the rule group |
81
81
| <aname="output_firewall_status"></a> [firewall\_status](#output\_firewall\_status)| Nested list of information about the current status of the firewall |
82
82
| <aname="output_firewall_update_token"></a> [firewall\_update\_token](#output\_firewall\_update\_token)| A string token used when updating a firewall |
83
-
<!--END OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
83
+
<!--END_TF_DOCS-->
84
84
85
85
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-network-firewall/blob/master/LICENSE).
Copy file name to clipboardExpand all lines: modules/firewall/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ module "network_firewall" {
57
57
}
58
58
```
59
59
60
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
60
+
<!--BEGIN_TF_DOCS-->
61
61
## Requirements
62
62
63
63
| Name | Version |
@@ -109,7 +109,7 @@ No modules.
109
109
| <aname="output_logging_configuration_id"></a> [logging\_configuration\_id](#output\_logging\_configuration\_id)| The Amazon Resource Name (ARN) of the associated firewall |
110
110
| <aname="output_status"></a> [status](#output\_status)| Nested list of information about the current status of the firewall |
111
111
| <aname="output_update_token"></a> [update\_token](#output\_update\_token)| A string token used when updating a firewall |
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
39
+
<!--BEGIN_TF_DOCS-->
40
40
## Requirements
41
41
42
42
| Name | Version |
@@ -81,8 +81,8 @@ No modules.
81
81
| <aname="input_stateful_engine_options"></a> [stateful\_engine\_options](#input\_stateful\_engine\_options)| A configuration block that defines options on how the policy handles stateful rules. See [Stateful Engine Options](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall_policy#stateful-engine-options) for details |`any`|`{}`| no |
82
82
| <aname="input_stateful_rule_group_reference"></a> [stateful\_rule\_group\_reference](#input\_stateful\_rule\_group\_reference)| Set of configuration blocks containing references to the stateful rule groups that are used in the policy. See [Stateful Rule Group Reference](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall_policy#stateful-rule-group-reference) for details |`any`|`{}`| no |
83
83
| <aname="input_stateless_custom_action"></a> [stateless\_custom\_action](#input\_stateless\_custom\_action)| Set of configuration blocks describing the custom action definitions that are available for use in the firewall policy's `stateless_default_actions`|`any`|`{}`| no |
84
-
| <aname="input_stateless_default_actions"></a> [stateless\_default\_actions](#input\_stateless\_default\_actions)| Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br> "aws:pass"<br>]</pre> | no |
85
-
| <aname="input_stateless_fragment_default_actions"></a> [stateless\_fragment\_default\_actions](#input\_stateless\_fragment\_default\_actions)| Set of actions to take on a fragmented packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br> "aws:pass"<br>]</pre> | no |
84
+
| <aname="input_stateless_default_actions"></a> [stateless\_default\_actions](#input\_stateless\_default\_actions)| Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br/> "aws:pass"<br/>]</pre> | no |
85
+
| <aname="input_stateless_fragment_default_actions"></a> [stateless\_fragment\_default\_actions](#input\_stateless\_fragment\_default\_actions)| Set of actions to take on a fragmented packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: `aws:drop`, `aws:pass`, or `aws:forward_to_sfe`|`list(string)`| <pre>[<br/> "aws:pass"<br/>]</pre> | no |
86
86
| <aname="input_stateless_rule_group_reference"></a> [stateless\_rule\_group\_reference](#input\_stateless\_rule\_group\_reference)| Set of configuration blocks containing references to the stateless rule groups that are used in the policy. See [Stateless Rule Group Reference](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_firewall_policy#stateless-rule-group-reference) for details |`any`|`{}`| no |
87
87
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
88
88
@@ -94,7 +94,7 @@ No modules.
94
94
| <aname="output_id"></a> [id](#output\_id)| The Amazon Resource Name (ARN) that identifies the firewall policy |
95
95
| <aname="output_resource_policy_id"></a> [resource\_policy\_id](#output\_resource\_policy\_id)| The Amazon Resource Name (ARN) of the firewall policy associated with the resource policy |
96
96
| <aname="output_update_token"></a> [update\_token](#output\_update\_token)| A string token used when updating a firewall policy |
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
109
+
<!--BEGIN_TF_DOCS-->
110
110
## Requirements
111
111
112
112
| Name | Version |
@@ -161,7 +161,7 @@ No modules.
161
161
| <aname="output_id"></a> [id](#output\_id)| The Amazon Resource Name (ARN) that identifies the rule group |
162
162
| <aname="output_resource_policy_id"></a> [resource\_policy\_id](#output\_resource\_policy\_id)| The Amazon Resource Name (ARN) of the rule group associated with the resource policy |
163
163
| <aname="output_update_token"></a> [update\_token](#output\_update\_token)| A string token used when updating the rule group |
0 commit comments