WarpBuild LogoWarpBuild Docs

Terraform Provider (Beta)

Manage BYOC runner images and custom runners with the WarpBuild Terraform provider

Terraform Provider (Beta)

The WarpBuild Terraform provider lets you manage BYOC (AWS) runner images and custom runner sets as code — the same surface as the automation API. It is currently in beta and supports AWS BYOC only. Authenticate with a WarpBuild API key that has the ci scope (created at app.warpbuild.com/settings/api-keys), exposed as the WARPBUILD_API_KEY environment variable.

terraform {
  required_providers {
    warpbuild = {
      source = "WarpBuilds/warpbuild"
      # Prerelease version: pin it exactly
      version = "0.2.0-beta"
    }
  }
}

The full documentation — resources, data sources, and a complete example — is maintained in the GitHub README. See also the Terraform Registry page.

Last updated on

On this page