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
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
| <aname="input_access_tags"></a> [access\_tags](#input\_access\_tags)| A list of access tags applied to the resource instance created by the module |`list(string)`|`[]`| no |
99
99
| <aname="input_attach_wp_to_scc_instance"></a> [attach\_wp\_to\_scc\_instance](#input\_attach\_wp\_to\_scc\_instance)| When set to true, a value must be passed for the `wp_instance_crn` input variable. |`bool`|`false`| no |
100
-
| <aname="input_cbr_rules"></a> [cbr\_rules](#input\_cbr\_rules)| (Optional, list) List of CBR 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> }))</pre> |`[]`| no |
100
+
| <aname="input_cbr_rules"></a> [cbr\_rules](#input\_cbr\_rules)| (Optional, list) List of CBR 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/> }))</pre> |`[]`| no |
101
101
| <aname="input_cos_bucket"></a> [cos\_bucket](#input\_cos\_bucket)| The name of the Cloud Object Storage bucket to be used in SCC instance. Required when creating a new SCC instance. |`string`|`null`| no |
102
102
| <aname="input_cos_instance_crn"></a> [cos\_instance\_crn](#input\_cos\_instance\_crn)| CRN of the Cloud Object Storage to store SCC data. Required when creating a new SCC instance. |`string`|`null`| no |
103
103
| <aname="input_en_instance_crn"></a> [en\_instance\_crn](#input\_en\_instance\_crn)| The CRN of Event Notifications instance to be used with SCC. If no value is provided, Event Notifications will not be enabled for this SCC instance |`string`|`null`| no |
Copy file name to clipboardExpand all lines: modules/attachment/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
@@ -59,14 +59,14 @@ No modules.
59
59
| <aname="input_attachment_description"></a> [attachment\_description](#input\_attachment\_description)| The description for the SCC profile attachment. |`string`| n/a | yes |
60
60
| <aname="input_attachment_name"></a> [attachment\_name](#input\_attachment\_name)| The name to give to SCC profile attachment. |`string`| n/a | yes |
61
61
| <aname="input_attachment_schedule"></a> [attachment\_schedule](#input\_attachment\_schedule)| The schedule of an attachment. Allowable values are: daily, every\_7\_days, every\_30\_days, none. |`string`|`"daily"`| no |
62
-
| <aname="input_custom_attachment_parameters"></a> [custom\_attachment\_parameters](#input\_custom\_attachment\_parameters)| A list of custom attachement parameters to use. Only used if 'use\_profile\_default\_parameters' is set to false. | <pre>list(object({<br> parameter_name = string<br> parameter_display_name = string<br> parameter_type = string<br> parameter_default_value = string<br> assessment_type = string<br> assessment_id = string<br> }))</pre> |`null`| no |
62
+
| <aname="input_custom_attachment_parameters"></a> [custom\_attachment\_parameters](#input\_custom\_attachment\_parameters)| A list of custom attachement parameters to use. Only used if 'use\_profile\_default\_parameters' is set to false. | <pre>list(object({<br/> parameter_name = string<br/> parameter_display_name = string<br/> parameter_type = string<br/> parameter_default_value = string<br/> assessment_type = string<br/> assessment_id = string<br/> }))</pre> |`null`| no |
63
63
| <aname="input_enable_notification"></a> [enable\_notification](#input\_enable\_notification)| To enable notifications. |`bool`|`false`| no |
64
64
| <aname="input_notification_threshold_limit"></a> [notification\_threshold\_limit](#input\_notification\_threshold\_limit)| The threshold limit for notifications. |`number`|`14`| no |
65
65
| <aname="input_notify_failed_control_ids"></a> [notify\_failed\_control\_ids](#input\_notify\_failed\_control\_ids)| A list of control IDs to send notifcations for when they fail. |`list(string)`|`[]`| no |
66
66
| <aname="input_profile_name"></a> [profile\_name](#input\_profile\_name)| Name of the SCC profile that is used for the attachment. |`string`| n/a | yes |
67
67
| <aname="input_profile_version"></a> [profile\_version](#input\_profile\_version)| Version of the SCC profile that is used for the attachment. Defaults to the latest profile version if value is not provided. |`string`|`"latest"`| no |
68
68
| <aname="input_scc_instance_id"></a> [scc\_instance\_id](#input\_scc\_instance\_id)| ID of the SCC instance in which to create the attachment. |`string`| n/a | yes |
69
-
| <aname="input_scope"></a> [scope](#input\_scope)| The scope to set for the SCC profile attachment. | <pre>list(object({<br> environment = optional(string, "ibm-cloud")<br> properties = list(object({<br> name = string<br> value = string<br> }))<br> }))</pre> | n/a | yes |
69
+
| <aname="input_scope"></a> [scope](#input\_scope)| The scope to set for the SCC profile attachment. | <pre>list(object({<br/> environment = optional(string, "ibm-cloud")<br/> properties = list(object({<br/> name = string<br/> value = string<br/> }))<br/> }))</pre> | n/a | yes |
70
70
| <aname="input_use_profile_default_parameters"></a> [use\_profile\_default\_parameters](#input\_use\_profile\_default\_parameters)| A boolean indicating whether to use the profiles default parameters. If set to false, a value must be passed for the `custum_attachment_parameters` input variable. |`bool`|`true`| no |
0 commit comments