turbot/planetscale

GitHub
steampipe plugin install planetscalesteampipe plugin install planetscale

Table: planetscale_region

List regions available at PlanetScale.

Examples

List all regions

select
*
from
planetscale_region

.inspect planetscale_region

Regions in the PlanetScale account.

NameTypeDescription
_ctxjsonbSteampipe context in JSON form, e.g. connection_name.
enabledbooleanTrue if the region is enabled.
locationtextLocation for the region.
nametextDisplay name of the region.
slugtextSlug of the region.