steampipe plugin install chaos

Table: chaos_regions

Chaos table to print the regions which are present in the connection config, to check parsing functionality.

Examples

List all

select
*
from
chaos_regions;

Schema for chaos_regions

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form.
idbigint
region_nametext
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.