Skip to main content

Overview

This example shows how to deploy a simple containerized application using the Qovery Terraform provider.

Prerequisites

  • Terraform installed
  • Qovery API token
  • Existing organization, project, and cluster in Qovery

Configuration

Variables

Create a variables.tf file:

Deployment

Outputs

Add outputs to track deployed resources:

Cleanup

Next Steps

Application with Database

Add a database to your application

Multi-Environment Setup

Deploy to multiple environments

Provider Documentation

Complete provider reference

Terraform Provider

Back to overview