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
|[ibm_iam_account_settings.iam_account_settings](https://registry.terraform.io/providers/ibm-cloud/ibm/latest/docs/data-sources/iam_account_settings)| data source |
137
169
138
170
### Inputs
139
171
140
172
| Name | Description | Type | Default | Required |
| <aname="input_name"></a> [name](#input\_name)| A descriptive name used to identify the resource instance. |`string`| n/a | yes |
143
-
| <aname="input_plan"></a> [plan](#input\_plan)| The name of the plan type supported by service. |`string`|`"standard"`| no |
144
-
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The ID of the resource group where you want to create the service. |`string`| n/a | yes |
145
-
| <aname="input_resource_tags"></a> [resource\_tags](#input\_resource\_tags)| List of resource tag to associate with the instance. |`list(string)`|`[]`| no |
174
+
| <aname="input_activity_tracker_routes"></a> [activity\_tracker\_routes](#input\_activity\_tracker\_routes)| List of routes to be created, maximum four routes are allowed | <pre>list(object({<br/> locations = list(string)<br/> target_ids = list(string)<br/> route_name = string<br/> }))</pre> |`[]`| no |
175
+
| <aname="input_cloud_logs_targets"></a> [cloud\_logs\_targets](#input\_cloud\_logs\_targets)| List of Cloud Logs targets to be created | <pre>list(object({<br/> instance_id = string<br/> target_region = optional(string)<br/> target_name = string<br/> skip_atracker_cloud_logs_iam_auth_policy = optional(bool, false)<br/> }))</pre> |`[]`| no |
176
+
| <aname="input_cos_targets"></a> [cos\_targets](#input\_cos\_targets)| List of Cloud Object Storage targets to be created | <pre>list(object({<br/> endpoint = string<br/> bucket_name = string<br/> instance_id = string<br/> api_key = optional(string)<br/> service_to_service_enabled = optional(bool, true)<br/> target_region = optional(string)<br/> target_name = string<br/> skip_atracker_cos_iam_auth_policy = optional(bool, false)<br/> }))</pre> |`[]`| no |
177
+
| <aname="input_eventstreams_targets"></a> [eventstreams\_targets](#input\_eventstreams\_targets)| List of Event Streams targets to be created | <pre>list(object({<br/> instance_id = string<br/> brokers = list(string)<br/> topic = string<br/> api_key = optional(string)<br/> service_to_service_enabled = optional(bool, true)<br/> target_region = optional(string)<br/> target_name = string<br/> skip_atracker_es_iam_auth_policy = optional(bool, false)<br/> }))</pre> |`[]`| no |
| <aname="output_account_id"></a> [account\_id](#output\_account\_id)| An alpha-numeric value identifying the account ID. |
152
-
| <aname="output_crn"></a> [crn](#output\_crn)| The CRN of the resource instance. |
153
-
| <aname="output_guid"></a> [guid](#output\_guid)| The GUID of the resource instance. |
154
-
| <aname="output_id"></a> [id](#output\_id)| The unique identifier of the resource instance. |
184
+
| <aname="output_activity_tracker_routes"></a> [activity\_tracker\_routes](#output\_activity\_tracker\_routes)| The map of created routes |
185
+
| <aname="output_activity_tracker_settings"></a> [activity\_tracker\_settings](#output\_activity\_tracker\_settings)| AT event routing account global settings. |
186
+
| <aname="output_activity_tracker_targets"></a> [activity\_tracker\_targets](#output\_activity\_tracker\_targets)| The map of created targets |
155
187
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
156
188
157
189
<!-- Leave this section as is so that your module has a link to local development environment set-up steps for contributors to follow -->
0 commit comments