An open API service indexing awesome lists of open source software.

https://github.com/qovery/terraform-examples

This repository contains ready to use Terraform examples with Qovery to create outstanding infrastructure
https://github.com/qovery/terraform-examples

aws azure cloud gcp qovery terraform terraform-examples

Last synced: 9 months ago
JSON representation

This repository contains ready to use Terraform examples with Qovery to create outstanding infrastructure

Awesome Lists containing this project

README

          

# Qovery Terraform Examples

This repository contains ready to use Terraform [examples](/examples) with Qovery to create outstanding cloud infrastructure. Feel free to
use them, modify them and share them with us and [our community](https://discuss.qovery.com).

> Watch our live session on [How Getting Started with Terraform and Qovery on AWS](https://www.youtube.com/watch?v=l8D6IrEoIgw)

## Usage

1. [Install Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)
2. Clone this repository
3. Go to the [examples](examples) folder
4. Pick the example you want and follow the instructions.

## Documentation

* [Qovery Terraform provider](https://registry.terraform.io/providers/Qovery/qovery/latest)
* [Qovery Documentation](https://hub.qovery.com)

## Examples

Here is a list of all the examples

| Description | Folder |
|-------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
| Deploy an application from GitHub on AWS and make it accessible via HTTPS | [here](/examples/deploy-github-app-on-aws-with-https) |
| Deploy an container app and a PostgreSQL database in Production, Staging, and Dev | [here](/examples/deploy-an-application-within-3-environments) |
| Deploy [Strapi](https://strapi.io) with PostgreSQL on AWS | [here](/examples/deploy-strapi-with-postgresql-on-aws) |
| Deploy [Medusa](https://medusajs.com) with PostgreSQL and Redis on AWS in Prod, Staging and Dev | [here](/examples/deploy-medusa-with-postgresql-and-redis-on-aws) |
| Deploy an application and expose it with Cloudflare DNS and CDN | [here](/examples/deploy-an-application-with-cloudflare-dns-and-cdn) |
| Deploy services with a specific order | [here](/examples/deploy-services-with-a-specific-order) |
| Deploy a lifecycle job | [here](/examples/deploy-a-lifecycle-job) |
| Deploy a cron job | [here](/examples/deploy-a-cron-job) |
| Deploy an application and connect it to MongoDB Atlas via AWS VPC Peering | WIP |
| Deploy micro-services with an API gateway on AWS | WIP |

## How to contribute

* Do you need any help? Open an issue.
* Do you want to share a template? Open a Pull Request.

## Contact

Feel free to contact us via [our public forum](https://discuss.qovery.com)