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
+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
@@ -170,7 +170,7 @@ You need the following permissions to run this module.
170
170
| <aname="input_access_key_name"></a> [access\_key\_name](#input\_access\_key\_name)| The name to give the default IBM Cloud Monitoring Manager access key. Use `disable_access_key_creation` to disable access key creation. For guidance on access keys, see [here](https://cloud.ibm.com/docs/monitoring?topic=monitoring-access_key). |`string`|`"SysdigManagerKey"`| no |
171
171
| <aname="input_access_key_tags"></a> [access\_key\_tags](#input\_access\_key\_tags)| Tags associated with the IBM Cloud Monitoring access key. |`list(string)`|`[]`| no |
172
172
| <aname="input_access_tags"></a> [access\_tags](#input\_access\_tags)| Access Management Tags associated with the IBM Cloud Monitoring instance (Optional, array of strings). |`list(string)`|`[]`| no |
173
-
| <aname="input_cbr_rules"></a> [cbr\_rules](#input\_cbr\_rules)|(Optional, list) List of context-based restrictions rules to create | <pre>list(object({<br/> description = string<br/> account_id = string<br/> rule_contexts = list(object({<br/> attributes = optional(list(object({<br/> name = string<br/> value = string<br/> }))) }))<br/> enforcement_mode = string<br/> operations = optional(list(object({<br/> api_types = list(object({<br/> api_type_id = string<br/> }))<br/> })))<br/> }))</pre> |`[]`| no |
173
+
| <aname="input_cbr_rules"></a> [cbr\_rules](#input\_cbr\_rules)|The context-based restrictions rule to create. Only one rule is allowed.| <pre>list(object({<br/> description = string<br/> account_id = string<br/> rule_contexts = list(object({<br/> attributes = optional(list(object({<br/> name = string<br/> value = string<br/> }))) }))<br/> enforcement_mode = string<br/> operations = optional(list(object({<br/> api_types = list(object({<br/> api_type_id = string<br/> }))<br/> })))<br/> }))</pre> |`[]`| no |
174
174
| <aname="input_disable_access_key_creation"></a> [disable\_access\_key\_creation](#input\_disable\_access\_key\_creation)| When set to true, disables the creation of a default manager access key which is required by agents to ingest metrics. |`bool`|`false`| no |
175
175
| <aname="input_enable_platform_metrics"></a> [enable\_platform\_metrics](#input\_enable\_platform\_metrics)| Receive platform metrics in the provisioned IBM Cloud Monitoring instance. Only 1 instance in a given region can be enabled for platform metrics. |`bool`|`false`| no |
176
176
| <aname="input_instance_name"></a> [instance\_name](#input\_instance\_name)| The name of the IBM Cloud Monitoring instance to create. Defaults to 'cloud-monitoring-<region>' |`string`|`null`| no |
0 commit comments