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_addresses"></a> [addresses](#input\_addresses)| (List) The list of addresses in the zone | <pre>list(object({<br> type = optional(string)<br> value = optional(string)<br> ref = optional(object({<br> account_id = string<br> location = optional(string)<br> service_instance = optional(string)<br> service_name = optional(string)<br> service_type = optional(string)<br> }))<br> }))</pre> |`[]`| no |
97
-
| <aname="input_enforcement_mode"></a> [enforcement\_mode](#input\_enforcement\_mode)| (String) The rule enforcement mode |`string`|`"enabled"`| no |
97
+
| <aname="input_enforcement_mode"></a> [enforcement\_mode](#input\_enforcement\_mode)| (String) The rule enforcement mode |`string`|`"report"`| no |
98
98
| <aname="input_excluded_addresses"></a> [excluded\_addresses](#input\_excluded\_addresses)| (Optional, List) The list of excluded addresses in the zone | <pre>list(object({<br> type = optional(string)<br> value = optional(string)<br> }))</pre> |`[]`| no |
99
99
| <aname="input_name"></a> [name](#input\_name)| (Optional, String) The name of the zone |`string`|`null`| no |
100
100
| <aname="input_operations"></a> [operations](#input\_operations)| (Optional, List) The operations this rule applies to | <pre>list(object({<br> api_types = list(object({<br> api_type_id = string<br> }))<br> }))</pre> |`[]`| no |
Copy file name to clipboardExpand all lines: tests/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Tests
4
4
5
-
For information about how to create and run tests, see [Validation tests](https://github.ibm.com/GoldenEye/documentation/blob/master/tests.md) in the project documentation.
5
+
For information about how to create and run tests, see [Validation tests](https://terraform-ibm-modules.github.io/documentation/#/tests) in the project documentation.
6
6
7
7
<!-- Add any more steps that are specific to testing this module and that are not in the docs. -->
0 commit comments