spacelift-terraform

Manage Spacelift stacks, contexts, policies, and worker pools via Terraform GitOps workflows.

3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/way-platform/skills --skill spacelift-terraform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spacelift-terraform
Source: https://github.com/way-platform/skills/tree/main/spacelift-terraform
Command: npx skills add https://github.com/way-platform/skills --skill spacelift-terraform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and tools for managing Spacelift infrastructure using Terraform and GitOps workflows, enabling efficient and automated management of cloud resources.

Core Features & Use Cases

  • Spacelift Stack Management: Define, configure, and manage Spacelift stacks, contexts, policies, and worker pools using Terraform.
  • GitOps Workflows: Implement automated deployments triggered by Git events, ensuring infrastructure changes are version-controlled and auditable.
  • Policy-Driven Governance: Leverage OPA Rego policies for fine-grained control over deployment processes, security, and compliance.
  • Use Case: Automate the provisioning and configuration of your Spacelift infrastructure, including defining new Terraform stacks, setting up shared contexts for credentials, and enforcing deployment policies through code.

Quick Start

Use the spacelift-terraform skill to create a new Spacelift stack by defining its configuration in a Terraform file.

Frequently Asked Questions about spacelift-terraform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Spacelift stacks using Terraform?

You can manage Spacelift stacks using Terraform by defining stack configurations in Terraform files, enabling automated provisioning and version-controlled infrastructure changes through GitOps workflows.

Can I enforce deployment policies as code for Spacelift infrastructure?

Yes, you can enforce deployment policies as code by leveraging OPA Rego policies within Spacelift, providing fine-grained control over security, compliance, and deployment processes managed by Terraform.

What is GitOps-based infrastructure as code for Spacelift?

GitOps-based infrastructure as code for Spacelift is managing stacks, contexts, and worker pools through Terraform definitions, automating deployments triggered by Git events to ensure auditable cloud environments.

Does Spacelift support shared contexts for Terraform credentials?

Spacelift supports shared contexts for Terraform credentials, allowing you to define reusable configuration sets that securely pass environment variables and credentials across multiple managed stacks.

How do I automate worker pool provisioning in Spacelift?

You automate worker pool provisioning in Spacelift by defining worker pool resources as Terraform code, which integrates them into your GitOps pipelines for automated scaling and execution.

What are the limitations of managing Spacelift with Terraform?

Limitations of managing Spacelift with Terraform include relying on Git event triggers for deployments and requiring OPA Rego knowledge to implement policy-driven governance for complex CI/CD pipelines.