spice-terraform

Installation
SKILL.md

Spice.ai Terraform Provider

Manage Spice.ai Cloud resources as infrastructure-as-code using the spiceai/spiceai Terraform provider. Supports apps, deployments, secrets, org members, and data sources for regions and runtime images.

Provider Setup

terraform {
  required_providers {
    spiceai = {
      source  = "spiceai/spiceai"
      version = "~> 0.1"
    }
  }
}
Related skills

More from spiceai/skills

Installs
4
Repository
spiceai/skills
GitHub Stars
3
First Seen
Feb 18, 2026