| page_title | spiceai_apps Data Source - spiceai |
|---|---|
| subcategory | |
| description | Retrieves a list of all Spice.ai apps in the authenticated organization. |
Retrieves a list of all Spice.ai apps in the authenticated organization.
data "spiceai_apps" "all" {}
output "all_app_names" {
value = [for app in data.spiceai_apps.all.apps : app.name]
}apps(Attributes List) List of apps. (see below for nested schema)
Read-Only:
api_key(String, Sensitive) The API key for the app.config(Attributes) The configuration of the app. (see below for nested schema)created_at(String) The timestamp when the app was created.description(String) A description of the app.id(String) The unique identifier of the app.name(String) The name of the app.production_branch(String) The production branch for the app.region(String) The region where the app is deployed.visibility(String) The visibility of the app (public or private).
Read-Only:
image_tag(String) The Spice.ai runtime image tag.node_group(String) The node group for the app.replicas(Number) The number of replicas.spicepod(String) The spicepod configuration as a JSON string.storage_claim_size_gb(Number) The storage claim size in GB.