cdk-insights 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/entry.js +2 -2
- package/package.json +1 -1
package/dist/cli/entry.js
CHANGED
|
@@ -95117,8 +95117,8 @@ async function runStackAnalysis(finalConfig, fingerprint, authToken, licenseInfo
|
|
|
95117
95117
|
terminal.displayQuotaWarning({
|
|
95118
95118
|
currentResourcesAnalyzed: quotaValidation.quota.currentResourcesAnalyzed,
|
|
95119
95119
|
maxResources: quotaValidation.quota.maxResources,
|
|
95120
|
-
requestedResources:
|
|
95121
|
-
// Use
|
|
95120
|
+
requestedResources: totalResources,
|
|
95121
|
+
// Use actual resource count
|
|
95122
95122
|
remainingResources: quotaValidation.quota.remainingResources,
|
|
95123
95123
|
isTrial: quotaValidation.quota.isTrial
|
|
95124
95124
|
});
|