fix(terraform): Added current Azure Terraform resources and taggable resources as of hashicorp/azurerm provider version 4.81 - #7652
Conversation
|
Thanks for the contribution — refreshing these resource lists is genuinely useful, and the additions check out well against the 4.81 provider docs. Please see my inline comments. |
|
Thanks for the quick turnaround — both fixes look right, and I've re-validated all the added names against the 4.81 provider docs. Approved |
|
Hello @jbrule and thank you for the contribution. Please fix the tests and we'll continue the review. |
|
Changed the name of the Pull Request from |
|
@jbrule Could you please pull latest dev and push? |
Description
Updates the list of azure and azure_taggable resources in Checkov to ensure that specifying
resource_type: "taggable"provides the expected coverage. This data was obtained through inspection of the an azurerm provider schema dump(terraform providers schema -json).Fixes
Fix
How does someone fix the issue in code and/or in runtime?
This does not requiring fixing of code. This corrects a deficiency in Checkov's resource_type inventory.
Checklist: