Skip to content

Commit 2879842

Browse files
fix: update 'required' field to true for IBM Cloud Monitoring and Logging agent deployment in ibm_catalog.json
1 parent f47397f commit 2879842

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ibm_catalog.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
"type": "boolean",
557557
"default_value": true,
558558
"description": "Whether to deploy the IBM Cloud Monitoring agent.",
559-
"required": false
559+
"required": true
560560
},
561561
{
562562
"key": "cloud_monitoring_endpoint_type",
@@ -667,7 +667,7 @@
667667
"type": "boolean",
668668
"default_value": true,
669669
"description": "Whether to deploy the IBM Cloud logging agent.",
670-
"required": false
670+
"required": true
671671
},
672672
{
673673
"key": "log_analysis_endpoint_type",
@@ -726,6 +726,10 @@
726726
{
727727
"dependency_input": "cloud_monitoring_provision",
728728
"version_input": "cloud_monitoring_enabled"
729+
},
730+
{
731+
"dependency_output": "cloud_monitoring_access_key",
732+
"version_input": "cloud_monitoring_access_key"
729733
}
730734
]
731735
}
@@ -762,4 +766,4 @@
762766
]
763767
}
764768
]
765-
}
769+
}

0 commit comments

Comments
 (0)