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
feat: added support to connect an IBM Cloud Monitoring instance to the SCC Workload Protection instance using new input variable cloud_monitoring_instance_crn (#63)
| <aname="input_access_tags"></a> [access\_tags](#input\_access\_tags)| A list of access tags to apply to the SCC WP instance created by the module. For more information, see https://cloud.ibm.com/docs/account?topic=account-access-tags-tutorial.|`list(string)`|`[]`| no |
114
+
| <aname="input_cloud_monitoring_instance_crn"></a> [cloud\_monitoring\_instance\_crn](#input\_cloud\_monitoring\_instance\_crn)| The CRN of an IBM Cloud Monitoring instance to connect to the SCC Workload Protection instance. |`string`|`null`| no |
112
115
| <aname="input_name"></a> [name](#input\_name)| A identifier used as a prefix when naming resources that will be provisioned. Must begin with a letter. |`string`| n/a | yes |
113
116
| <aname="input_region"></a> [region](#input\_region)| IBM Cloud region where all resources will be deployed |`string`|`"us-south"`| no |
114
117
| <aname="input_resource_group_id"></a> [resource\_group\_id](#input\_resource\_group\_id)| The resource group ID where resources will be provisioned. |`string`| n/a | yes |
0 commit comments