> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I use Terraform to manage clusters and Node Pools?

CoreWeave publishes a [Terraform provider](https://registry.terraform.io/providers/coreweave/coreweave/latest/docs) for managing CKS clusters, VPCs, and Object Storage as code. The provider does not include a Node Pool resource. Node Pools are deployed through the [Cloud Console or the Kubernetes API](/products/cks/nodes/create), so a Terraform-only workflow typically combines the CoreWeave provider for the cluster and VPC with a separate mechanism (such as the Kubernetes provider) for Node Pool manifests.

For provider details and example configurations, see the [CoreWeave Terraform page](/platform/terraform) and the [Terraform Registry](https://registry.terraform.io/providers/coreweave/coreweave/latest/docs).

***

<Badge stroke shape="pill" color="blue" size="md">[Administrator](/support/cks/tags/administrator)</Badge>
