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
- Host: GitHub
- URL: https://github.com/qovery/terraform-examples
- Owner: Qovery
- License: mit
- Created: 2022-06-19T12:46:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T17:00:08.000Z (almost 2 years ago)
- Last Synced: 2025-06-30T10:18:04.996Z (12 months ago)
- Topics: aws, azure, cloud, gcp, qovery, terraform, terraform-examples
- Homepage: https://www.qovery.com
- Size: 56.6 KB
- Stars: 49
- Watchers: 4
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)