bridgecrewio / yor

Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it.
https://www.yor.io
Apache License 2.0
810 stars 123 forks source link

Remove azurerm resources that don't contain tags anymore #371

Closed lonegunmanb closed 1 year ago

lonegunmanb commented 1 year ago

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

I've checked azurerm resources list in tf_taggable.go file, we have the following resources that have been removed in AzureRM provider 3.0:

We also have the following resources that don't contain tags anymore:

This pr has removed the resources that don't contain tags anymore, otherwise when users use yor along with the latest provider, yor would try to generate tags on these resources and cause error.