CoreWeave publishes a Terraform provider 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, 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 and the Terraform Registry.
Administrator
How do I use Terraform to manage clusters and Node Pools?
Last modified on June 18, 2026