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_stack
List base docker image where applications can be executed in.
Examples
List stacks
select id, name, created_atfrom scalingo_stack;
Get default stack
select id, namefrom scalingo_stackwhere "default";
Get deprecated stacks
select id, namefrom scalingo_stackwhere deprecated_at < now();
Schema for scalingo_stack
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
base_image | text | Docker image used to build your app. | |
created_at | timestamp with time zone | Creation date of the stack. | |
default | boolean | Is this the default stack for new app. | |
deprecated_at | timestamp with time zone | Deprecation date of the stack. | |
description | text | Human readable description of the stack. | |
id | text | Unique ID of the stack. | |
name | text | Stack display name. | |
region | text | The region associated to this stack. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. |