scalingo_addonscalingo_alertscalingo_appscalingo_app_eventscalingo_autoscalerscalingo_collaboratorscalingo_containerscalingo_container_typescalingo_cronscalingo_databasescalingo_database_backupscalingo_database_maintenancescalingo_database_type_versionscalingo_database_userscalingo_deploymentscalingo_domainscalingo_environmentscalingo_event_typescalingo_invoicescalingo_keyscalingo_log_drainscalingo_log_drain_addonscalingo_notification_platformscalingo_notifierscalingo_regionscalingo_scm_integrationscalingo_scm_repo_linkscalingo_stackscalingo_tokenscalingo_user_eventscalingo_user_scm_repo_link
Table: scalingo_region
Regions represent accessible location where you can run an application.
Examples
List regions
select name, display_name, urlfrom scalingo_region;
Schema for scalingo_region
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
api | text | URL to the regional API managing apps. | |
dashboard | text | URL to the dashboard of the region. | |
database_api | text | URL to the regional API managing databases. | |
default | boolean | Is the region is the default region. | |
display_name | text | How the name of the region should be displayed. | |
name | text | Underscore-cased name of the region. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
ssh | text | SSH Host to git push application code. |