Skip to content

Commit 4918591

Browse files
docs: update doc (#356)
1 parent 9dbb1fa commit 4918591

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ resource "ibm_resource_instance" "scc_wp" {
2222
parameters = {
2323
cloud_monitoring_connected_instance = var.cloud_monitoring_instance_crn
2424
}
25+
# lifecycle ignores cloud_monitoring_conmected_instance as it can't change after scc-workload-protection instance connects.
2526
lifecycle {
2627
ignore_changes = [
2728
parameters["cloud_monitoring_connected_instance"]

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variable "existing_monitoring_crn" {
1818
type = string
1919
nullable = true
2020
default = null
21-
description = "To collect and analyze metrics and security data on hosts using both Monitoring and Workload Protection, pass the CRN of an existing IBM Cloud Monitoring instance to create the connection. Once the connection is created, the Monitoring instance CRN cannot be changed. Learn more](https://www.ibm.com/products/cloud-monitoring)"
21+
description = "To collect and analyze metrics and security data on hosts using both Monitoring and Workload Protection, pass the CRN of an existing IBM Cloud Monitoring instance to create the connection. Once the connection is created, the Monitoring instance CRN cannot be changed."
2222

2323
validation {
2424
condition = anytrue([

0 commit comments

Comments
 (0)