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_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 |
130
+
| <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 |
131
+
| <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 |
132
+
| <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 |
133
+
| <aname="input_manager_key_name"></a> [manager\_key\_name](#input\_manager\_key\_name)| The name to give the IBM Cloud Monitoring manager key. |`string`|`"SysdigManagerKey"`| no |
134
+
| <aname="input_manager_key_tags"></a> [manager\_key\_tags](#input\_manager\_key\_tags)| Tags associated with the IBM Cloud Monitoring manager key. |`list(string)`|`[]`| no |
135
+
| <aname="input_plan"></a> [plan](#input\_plan)| The IBM Cloud Monitoring plan to provision. Available: lite, graduated-tier |`string`|`"lite"`| no |
136
+
| <aname="input_region"></a> [region](#input\_region)| The IBM Cloud region where Cloud Monitoring instance will be created. |`string`|`"us-south"`| no |
137
+
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The id of the IBM Cloud resource group where the Cloud Monitoring instance will be created. |`string`| n/a | yes |
138
+
| <aname="input_resource_tags"></a> [resource\_tags](#input\_resource\_tags)| Tags associated with the IBM Cloud Monitoring instance (Optional, array of strings). |`list(string)`|`[]`| no |
139
+
| <aname="input_service_endpoints"></a> [service\_endpoints](#input\_service\_endpoints)| The type of the service endpoint that will be set for the Sisdig instance. |`string`|`"public-and-private"`| no |
146
140
147
141
### Outputs
148
142
149
143
| Name | Description |
150
144
|------|-------------|
151
-
| <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. |
145
+
| <aname="output_access_key"></a> [access\_key](#output\_access\_key)| The cloud monitoring access key for agents to use |
146
+
| <aname="output_account_id"></a> [account\_id](#output\_account\_id)| The account id where cloud monitoring instance is provisioned. |
147
+
| <aname="output_crn"></a> [crn](#output\_crn)| The id of the provisioned cloud monitoring instance. |
148
+
| <aname="output_guid"></a> [guid](#output\_guid)| The guid of the provisioned cloud monitoring instance. |
149
+
| <aname="output_manager_key_name"></a> [manager\_key\_name](#output\_manager\_key\_name)| The cloud monitoring manager key name |
150
+
| <aname="output_name"></a> [name](#output\_name)| The name of the provisioned cloud monitoring instance. |
151
+
| <aname="output_resource_group_id"></a> [resource\_group\_id](#output\_resource\_group\_id)| The resource group where cloud monitoring monitor instance resides |
155
152
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
156
153
157
154
<!-- Leave this section as is so that your module has a link to local development environment set-up steps for contributors to follow -->
Copy file name to clipboardExpand all lines: cra-config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,5 @@ CRA_TARGETS:
13
13
# SCC_INSTANCE_ID: "" # The SCC instance ID to use to download profile for CRA scan. If not provided, a default global value will be used.
14
14
# SCC_REGION: "" # The IBM Cloud region that the SCC instance is in. If not provided, a default global value will be used.
15
15
CRA_ENVIRONMENT_VARIABLES: # An optional map of environment variables for CRA, where the key is the variable name and value is the value. Useful for providing TF_VARs.
0 commit comments