generated from terraform-ibm-modules/terraform-ibm-module-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
when using terraform to set up App config and SCC WP, the Compliance is not showing:
Calling the /api/cspm/v1/tasks/ api, it mentions a warning: "find policies: no policy IDs provided"
{
"data": {
"id": "1411863",
"type": "Cloud Scan",
"status": "CompletedWithWarning",
"startDate": "2025-05-26T10:31:13.704333Z",
"endDate": "2025-05-26T11:19:28.312541Z",
"createdBy": "Scheduled",
"parameters": [
"Account: abac0df06b644a9cabc6e44f55b3880e",
"ProviderType: IBM Cloud"
],
"logs": [
{
"details": "Resource Collection Started",
"type": "Info",
"createdAt": "2025-05-26T10:31:26.082547Z"
},
{
"details": "Resource Collection Completed",
"type": "Info",
"createdAt": "2025-05-26T10:31:56.982783Z"
},
{
"details": "Resource Evaluation Completed",
"type": "Info",
"createdAt": "2025-05-26T11:12:31.152529Z"
},
{
"details": "Resource Ingestion Started",
"type": "Info",
"createdAt": "2025-05-26T11:12:33.120717Z"
},
{
"details": "Graph Ingestion Completed",
"type": "Info",
"createdAt": "2025-05-26T11:13:50.248704Z"
},
{
"details": "find policies: no policy IDs provided",
"type": "Warning",
"createdAt": "2025-05-26T11:19:28.312617Z"
}
]
}
}
