turbot/oci_insights

Query: mysql_db_system_by_region

Usage

powerpipe query oci_insights.query.mysql_db_system_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "MySQL DB Systems"
from
oci_mysql_db_system
where
lifecycle_state <> 'DELETED'
group by
region
order by
region;

Dashboards

The query is used in the dashboards: