Skip to content
@coolify-terraform

coolify-terraform

Terraform provider for Coolify, the open-source self-hosted PaaS. Manage servers, applications, databases, and more as code.

Terraform Provider for Coolify

Terraform Provider for Coolify

Manage your self-hosted PaaS infrastructure as code.
Deploy applications, databases, servers, backups, and more with Terraform.

Get Started


What We Build

terraform-provider-coolify is a Terraform provider for Coolify, the open-source, self-hostable alternative to Heroku, Netlify, and Vercel.

Instead of clicking through the Coolify UI, define your infrastructure in HCL, review changes in pull requests, and deploy with terraform apply.

At a Glance

33 managed resources Applications, databases, servers, backups, env vars, and more
44 data sources Query existing infrastructure for read-only access
870+ tests Unit and acceptance tests with race detection
16 scenario examples Real-world ACME Corp setups tested against a live Coolify instance

Quick Start

terraform {
  required_providers {
    coolify = {
      source = "coolify-terraform/coolify"
    }
  }
}

provider "coolify" {
  endpoint = "https://your-coolify-instance"
  token    = "your-api-token"
}

resource "coolify_project" "example" {
  name = "my-project"
}

Links

License

MPL-2.0

Popular repositories Loading

  1. terraform-provider-coolify terraform-provider-coolify Public

    Terraform provider for Coolify: manage 57 resources, 70 data sources, 1650+ tests. Self-hosted PaaS as code.

    Go 24 7

  2. .github .github Public

    Organization profile and community health files

Repositories

Showing 2 of 2 repositories
  • terraform-provider-coolify Public

    Terraform provider for Coolify: manage 57 resources, 70 data sources, 1650+ tests. Self-hosted PaaS as code.

    coolify-terraform/terraform-provider-coolify's past year of commit activity
    Go 24 MPL-2.0 7 4 1 Updated Sep 10, 2026
  • .github Public

    Organization profile and community health files

    coolify-terraform/.github's past year of commit activity
    0 0 0 0 Updated May 30, 2026

Top languages

Go

Most used topics

Loading…