We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c186bc commit b07cfaeCopy full SHA for b07cfae
data-collection/deploy/module-budgets.yaml
@@ -174,7 +174,7 @@ Resources:
174
})
175
176
# Fetch CostFilters if available
177
- if 'CostFilters' not in budget or len(budget['CostFilters']) == 0 or 'PlannedBudgetLimits' not in budget:
+ if not budget.get('CostFilters'):
178
budget.update({'CostFilters': {'Filter': ['None']}})
179
180
f.write(json.dumps(budget, cls=DateTimeEncoder) + "\n")
0 commit comments