turbot / steampipe-mod-terraform-azure-compliance

Run compliance and security controls to detect Terraform Azure resources deviating from security best practices prior to deployment using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/terraform_azure_compliance
Apache License 2.0
8 stars 0 forks source link

Use the attributes_std column from table terraform_resource instead of arguments for better support for terraform state files #36

Closed rajlearner17 closed 10 months ago

rajlearner17 commented 1 year ago

Currently, the controls use the argument column from table terraform_resource to get the resource attributes and perform the checks.

Based on the latest Terraform plugin changes, the plugin introduces 3 new columns for the table terraform_resource.

The compliance controls will use the newly added attributes_std column instead of argument for better support for the terraform state file.

khushboo9024 commented 10 months ago

Completed in https://github.com/turbot/steampipe-mod-terraform-azure-compliance/pull/35