turbot / steampipe-plugin-terraform

Use SQL to instantly query resources, data sources and more from Terraform code. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/terraform
Apache License 2.0
28 stars 3 forks source link

Add support for parsing Terraform plans and pull them into existing tables #39

Closed Subhajit97 closed 1 year ago

Subhajit97 commented 1 year ago

Currently, the Terraform plugin only scans .tf files and pulls the data into the table format. But the parser can also parse the TF plan files, not just .tf files.

Describe the solution you'd like Update the plugin to support Terraform plan parsing and pulling the data into the existing tables.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

cbruno10 commented 1 year ago

The https://github.com/turbot/steampipe-plugin-terraform/pull/40 PR is still being reviewed