turbot/gcp_insights

Query: compute_network_mtu

Usage

powerpipe query gcp_insights.query.compute_network_mtu

Steampipe Tables

SQL

select
'MTU (Bytes)' as label,
mtu as value
from
gcp_compute_network
where
id = (split_part($1, '/', 1))::bigint
and project = split_part($1, '/', 2);

Dashboards

The query is used in the dashboards: