CrowdStrike / cloud-resource-estimator

Cloud deployment size calculation utilities
The Unlicense
17 stars 19 forks source link

Do not try to iterate vmss.tags when they are empty #24

Closed isimluk closed 1 year ago

isimluk commented 1 year ago

Addressing issue:

Traceback (most recent call last):
  File “/home/****/cloud-benchmark/azure_cspm_benchmark.py”, line 113, in <module>
    if ‘aks-managed-createOperationID’ in vmss.tags:  # AKS resources already accounted for above
TypeError: argument of type ‘NoneType’ is not iterable