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
Copy file name to clipboardExpand all lines: ibm_catalog.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
"support_details": "This product is in the community registry, as such support is handled through the originated repo. If you experience issues please open an issue in the repository [https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/issues](https://github.com/terraform-ibm-modules/terraform-ibm-monitoring-agent/issues). Please note this product is not supported via the IBM Cloud Support Center.",
"description": "Configure an IBM Cloud Security and Compliance Center Workload Protection instance to help you manage security and compliance for your organization.",
Event notifications is manually disabled in this test because event notifications DA creates kms keys and during undeploy the order of key protect and event notifications
308
-
is not considered by projects as EN is not a direct dependency of VSI DA. So undeploy fails, because
309
-
key protect instance can't be deleted because of active keys created by EN. Hence for now, we don't want to deploy
310
-
EN.
311
-
312
-
Issue has been created for projects team. https://github.ibm.com/epx/projects/issues/4750
313
-
Once that is fixed, we can remove the logic to disable EN
"service_plan": "__NULL__", // no plan value needed when using existing SM
321
+
"skip_secrets_manager_iam_auth_policy": true, // since using an existing Secrets Manager instance, attempting to re-create auth policy can cause conflicts if the policy already exists
322
+
"secret_groups": []string{}, // passing empty array for secret groups as default value is creating general group and it will cause conflicts as we are using an existing SM
323
+
},
324
+
},
325
+
// // Disable target / route creation to help prevent hitting quota in account
0 commit comments