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 33 resources, 44 data sources, 870+ tests. Self-hosted PaaS as code.

    Go 1 1

  2. .github .github Public

    Organization profile and community health files

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…