Skip to content

Commit 8f2c217

Browse files
committed
Add disabled field to regions and update deployment status values
1 parent 022e5f9 commit 8f2c217

7 files changed

Lines changed: 359 additions & 164 deletions

File tree

docs/data-sources/regions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Retrieves a list of available deployment regions for Spice.ai apps.
3030
Read-Only:
3131

3232
- `cname` (String) The CNAME for the region (e.g., `us-east-2.spice.cloud`).
33+
- `disabled` (Boolean) Whether this region is disabled.
3334
- `is_default` (Boolean) Whether this is the default region.
3435
- `name` (String) The display name of the region (e.g., `US East (Ohio)`).
3536
- `provider` (String) The cloud provider identifier (e.g., `aws`).

docs/resources/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ resource "spiceai_deployment" "production" {
154154
- `finished_at` (String) The timestamp when the deployment finished.
155155
- `id` (String) The unique identifier of the deployment.
156156
- `started_at` (String) The timestamp when the deployment started running.
157-
- `status` (String) The current status of the deployment. Possible values: `queued`, `deploying`, `running`, `failed`, `stopped`.
157+
- `status` (String) The current status of the deployment. Possible values: `queued`, `in_progress`, `succeeded`, `failed`, `created`.
158158
- `updated_at` (String) The timestamp when the deployment was last updated.
159159

160160
## Import

0 commit comments

Comments
 (0)