turbot / steampipe-plugin-gcp

Use SQL to instantly query GCP resources across regions, projects and organizations. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/gcp
Apache License 2.0
39 stars 24 forks source link

Add iam_policy in table gcp_cloud_run_service Closes #529 #531

Closed ParthaI closed 8 months ago

ParthaI commented 8 months ago

Note: The result that we steampipe is returning is the same as the Gcloud CLI command(gcloud run services get-iam-policy --region=us-central1 hello) response.

Integration test logs

Logs ``` N/A ```

Example query results

Results ``` > select name, iam_policy from gcp_cloud_run_service +-------+-----------------+ | name | iam_policy | +-------+-----------------+ | hello | {"etag":"ACAB"} | +-------+-----------------+ ```