turbot/gcp_insights

Query: sql_database_instance_data_disk_size

Usage

powerpipe query gcp_insights.query.sql_database_instance_data_disk_size

SQL

select
'Data Disk Size (GB)' as label,
data_disk_size_gb as value
from
gcp_sql_database_instance
where
self_link = $1;

Dashboards

The query is used in the dashboards: